Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 21, 2009, 9:17:02 PM (15 years ago)
Author:
rgrieder
Message:

Fixed a small bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/LuaState.cc

    r5738 r5759  
    7474        sourceFileInfo_->size = 0;
    7575
    76         // Push this pointer
     76        // Push 'this' pointer
    7777        tolua_pushusertype(luaState_, static_cast<void*>(this), "orxonox::LuaState");
    7878        lua_setglobal(luaState_, "luaState");
Note: See TracChangeset for help on using the changeset viewer.