Changeset 10416 for code/branches/core7/src/orxonox/PawnManager.cc
- Timestamp:
- May 3, 2015, 12:22:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/PawnManager.cc
r10413 r10416 51 51 } 52 52 53 void PawnManager::p reUpdate(const Clock& time)53 void PawnManager::postUpdate(const Clock& time) 54 54 { 55 55 for (ObjectList<Pawn>::iterator it = ObjectList<Pawn>::begin(); it != ObjectList<Pawn>::end(); )
Note: See TracChangeset
for help on using the changeset viewer.