Changeset 5877 for code/branches/core5/src/libraries/core/Core.cc
- Timestamp:
- Oct 5, 2009, 1:34:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/Core.cc
r5876 r5877 434 434 { 435 435 // singletons from other libraries 436 ScopedSingletonManager::update (time, ScopeID::Root);436 ScopedSingletonManager::update<ScopeID::Root>(time); 437 437 if (this->bGraphicsLoaded_) 438 438 { … … 442 442 this->guiManager_->update(time); 443 443 // graphics singletons from other libraries 444 ScopedSingletonManager::update (time, ScopeID::Graphics);444 ScopedSingletonManager::update<ScopeID::Graphics>(time); 445 445 } 446 446 // process thread commands
Note: See TracChangeset
for help on using the changeset viewer.