Changeset 3034 for code/trunk/src/orxonox/gui
- Timestamp:
- May 23, 2009, 10:05:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gui/GUIManager.cc
r3008 r3034 91 91 { 92 92 // destroy our own tolua interfaces 93 94 95 96 93 lua_pushnil(luaState_); 94 lua_setglobal(luaState_, "Orxonox"); 95 lua_pushnil(luaState_); 96 lua_setglobal(luaState_, "Core"); 97 97 delete scriptModule_; 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.