Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 9:01:33 PM (9 years ago)
Author:
landauf
Message:

removed dependency of Language on CoreConfig.

File:
1 edited

Legend:

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

    r10479 r10480  
    182182        orxout(internal_info) << "configuring Core" << endl;
    183183        this->config_ = new CoreConfig();
    184         this->config_->setConfigValues(); // TODO: move this into CoreConfig constructor (but resolve dependency to Language)
    185184
    186185        // Set the correct log path and rewrite the log file with the correct log levels
Note: See TracChangeset for help on using the changeset viewer.