render improvments using some cache

This commit is contained in:
Eduardo Bart
2011-08-30 20:39:14 -03:00
parent 27ccb472d2
commit 4d10b0dd49
13 changed files with 211 additions and 102 deletions

View File

@@ -22,7 +22,7 @@ end
local function destroyMainInterface()
if gameUi then
if Game.gameUi then
Game.gameUi:destroy()
Game.gameUi = nil
end