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
Original issue reported on code.google.com by
harkon...@gmail.com
on 21 Aug 2010 at 8:50