Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4921 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Jul 21, 2005, 3:32:54 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the way, where the fighter flights though is now drawn in quadtree partitions. now you can see where the space craft has been :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4919 r4921  
    828828      if( this->bQuitCurrentGame || this->bQuitOrxonox)
    829829          break;
     830      // Process collision
     831      this->collide ();
    830832      // Process time
    831833      this->tick ();
    832834      // Update the state
    833835      this->update ();
    834       // Process collision
    835       this->collide ();
    836836      // Draw
    837837      this->display ();
Note: See TracChangeset for help on using the changeset viewer.