Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2008, 2:11:01 AM (17 years ago)
Author:
rgrieder
Message:

Fixed a bug in Core.cc when creating it via getInstance directly for the first time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/RootGameState.cc

    r1755 r1756  
    134134        // start global orxonox time
    135135        Clock clock;
     136
     137        // create the Core settings to configure the output level
     138        Core::getInstance();
    136139
    137140        parseArguments(argc, argv);
Note: See TracChangeset for help on using the changeset viewer.