From 55ea78f7fdfd40574bed73d63efe5356d1e68703 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Wed, 3 Aug 2011 06:26:22 +0000 Subject: [PATCH] useless git-svn-id: http://svn.net-core.org/repos/t-engine4@4068 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/Game.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index 5b8b6927d5..f66d37d521 100644 --- a/game/modules/tome/class/Game.lua +++ b/game/modules/tome/class/Game.lua @@ -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 -- GitLab