Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2006, 11:17:43 AM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: addapted visibility of the node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/space_ships/hover.cc

    r9549 r9609  
    282282  this->movement(dt);
    283283  this->rotorCycle += this->rotorSpeed * dt;
    284 
    285   this->debugNode(1);
    286284}
    287285
     
    332330  this->shiftCoor (this->velocity * dt);
    333331
    334     // limit the maximum rotation speed.
     332  // limit the maximum rotation speed.
    335333  if (this->rotation != 0.0f)
    336334  {
Note: See TracChangeset for help on using the changeset viewer.