Skip to content
Snippets Groups Projects
Commit 55ea78f7 authored by dg's avatar dg
Browse files

useless

git-svn-id: http://svn.net-core.org/repos/t-engine4@4068 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2a0dde0e
No related branches found
No related tags found
No related merge requests found
......@@ -445,8 +445,8 @@ function _M:setupDisplayMode(reboot, mode)
self.full_fbo = core.display.newFBO(self.w, self.h)
if self.full_fbo then self.full_fbo_shader = Shader.new("full_fbo") if not self.full_fbo_shader.shad then self.full_fbo = nil self.full_fbo_shader = nil end end
self.mm_fbo = core.display.newFBO(200, 200)
if self.mm_fbo then self.mm_fbo_shader = Shader.new("mm_fbo") if not self.mm_fbo_shader.shad then self.mm_fbo = nil self.mm_fbo_shader = nil end end
-- self.mm_fbo = core.display.newFBO(200, 200)
-- if self.mm_fbo then self.mm_fbo_shader = Shader.new("mm_fbo") if not self.mm_fbo_shader.shad then self.mm_fbo = nil self.mm_fbo_shader = nil end end
end
end
......
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