Changeset 10340 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 24, 2007, 5:32:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r10319 r10340 312 312 PNode::getNullParent()->updateNode(0.01); 313 313 314 bool bNoDraw = true; 314 315 315 316 while( this->bRunning) /* @todo implement pause */ … … 342 343 this->update (); 343 344 /* draw everything */ 344 this->display (); 345 345 if( bNoDraw) 346 this->display (); 347 348 bNoDraw= !bNoDraw; 346 349 } 347 350
Note: See TracChangeset
for help on using the changeset viewer.