Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 7:20:21 PM (9 years ago)
Author:
landauf
Message:

moved config values and all related functions from Game and Core to GameConfig and CoreConfig respectively. this ensures that no framework features are used by Game and Core before Core itself initialized the framework.

File:
1 edited

Legend:

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

    r10403 r10479  
    130130
    131131        // only check class hierarchy in dev mode because it's an expensive operation and it requires a developer to fix detected problems anyway.
    132         if (!Core::exists() || Core::getInstance().inDevMode())
     132        if (!Core::exists() || Core::getInstance().getConfig()->inDevMode())
    133133            this->verifyClassHierarchy();
    134134
Note: See TracChangeset for help on using the changeset viewer.