Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8478


Ignore:
Timestamp:
May 14, 2011, 4:32:39 AM (13 years ago)
Author:
rgrieder
Message:

Added forgotten detail in revision 8423 (trunk).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/libraries/core/Game.cc

    r8423 r8478  
    109109
    110110        // Do this after the Core creation!
    111         ClassIdentifier<Game>::getIdentifier("Game")->initialiseObject(this, "Game", true);
     111        RegisterRootObject(Game);
    112112        this->setConfigValues();
    113113
Note: See TracChangeset for help on using the changeset viewer.