williamdeathsong / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

momo_ogre.blend OnLoad.lua Debug function error in last trunk(r526) #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
OnLoad.lua Line: 26

function Game:Debug(...)
    self.debug:print(string.format(...))
end

It should be change to

function Game:Debug(...)
    dPrintf(string.format(...))
end

or to be removed.

Original issue reported on code.google.com by harkon...@gmail.com on 21 Aug 2010 at 8:50

GoogleCodeExporter commented 8 years ago
Thanks, I've updated this now.

Original comment by snailr...@gmail.com on 22 Aug 2010 at 1:19