Skip to content
Snippets Groups Projects
Commit 08cff974 authored by DarkGod's avatar DarkGod
Browse files

tss

parent 2a5da728
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ function _M:createTextures()
end
function _M:enableFBORenderer(texture, shader)
if not shader or not core.display.fboSupportsTransparency() then
if not shader or not core.display.fboSupportsTransparency then
self.fbo = nil
self:createTextures()
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment