diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index 5b8b6927d5f231913b3075b9aadc3e5c548194b4..f66d37d5216588eec8633c3579a08213c898b970 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