Changeset 9085 for code/branches/pCuts/src/modules/tetris/TetrisStone.cc
- Timestamp:
- Apr 13, 2012, 5:44:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pCuts/src/modules/tetris/TetrisStone.cc
r9082 r9085 72 72 else if(!this->lockRotation_) //rotate when key up is pressed 73 73 { 74 orxout() << "The object should be rolled soon." << endl;75 74 this->lockRotation_ = true; // multiple calls of this function have to be filtered out. 76 75 this->rotationTimer_.setTimer(0.1f, false, createExecutor(createFunctor(&TetrisStone::unlockRotation, this)));
Note: See TracChangeset
for help on using the changeset viewer.