Changeset 1962 for code/branches/objecthierarchy/src/orxonox/gamestates
- Timestamp:
- Oct 20, 2008, 12:14:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc
r1949 r1962 144 144 void GSLevel::setTimeFactor(float factor) 145 145 { 146 /* 146 147 float change = factor / this->timeFactor_; 148 */ 147 149 this->timeFactor_ = factor; 148 150 /*
Note: See TracChangeset
for help on using the changeset viewer.