enable debug library

This commit is contained in:
Glenn Maynard
2006-10-09 07:28:01 +00:00
parent 255501ead1
commit 52edd053bd
+1
View File
@@ -190,6 +190,7 @@ LuaManager::LuaManager()
luaopen_math( L );
luaopen_string( L );
luaopen_table( L );
luaopen_debug( L );
lua_settop(L, 0); // luaopen_* pushes stuff onto the stack that we don't need
RegisterTypes();