Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 4, 2015, 1:24:49 PM (9 years ago)
Author:
landauf
Message:

added helper class for module initialization

File:
1 edited

Legend:

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

    r9667 r10342  
    7777#include "input/InputManager.h"
    7878#include "object/ObjectList.h"
     79#include "module/ModuleInstance.h"
    7980
    8081namespace orxonox
     
    139140        }
    140141
     142        ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     143
    141144        // Parse command line arguments AFTER the modules have been loaded (static code!)
    142145        CommandLineParser::parse(cmdLine);
Note: See TracChangeset for help on using the changeset viewer.