Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5759


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

Fixed a small bug.

Location:
code/trunk/src/libraries/core
Files:
2 edited

Legend:

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

    r5747 r5759  
    196196        /**
    197197        @brief
    198             Temporary sets the data path
     198            Temporary sets the external data path
    199199        @param path
    200200            The new data path
     
    202202        void tsetExternalDataPath(const std::string& path)
    203203        {
    204             dataPath_ = boost::filesystem::path(path);
     204            externalDataPath_ = boost::filesystem::path(path);
    205205        }
    206206
  • 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.