Changeset 2800 for code/branches/gui/src/core/Core.cc
- Timestamp:
- Mar 19, 2009, 10:34:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Core.cc
r2799 r2800 563 563 } 564 564 565 void Core:: tick(const Clock& time)566 { 567 this->tclThreadManager_-> tick(time.getDeltaTime());565 void Core::update(const Clock& time) 566 { 567 this->tclThreadManager_->update(time); 568 568 } 569 569 }
Note: See TracChangeset
for help on using the changeset viewer.