Changeset 3644 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc
- Timestamp:
- Mar 23, 2005, 2:32:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/null_parent.cc
r3608 r3644 77 77 worry, normaly... 78 78 */ 79 void NullParent::update ( )79 void NullParent::update (float dt) 80 80 { 81 81 … … 92 92 if( this->bRelDirChanged || this->bAbsDirChanged) 93 93 pn->parentDirChanged (); 94 pn->update ( );94 pn->update (dt); 95 95 pn = this->children->nextElement (); 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.