Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 11, 2005, 9:08:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: added trackNode, but there is a segfault while deleting the pNodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager/src/world_entities/player.cc

    r3498 r3505  
    202202  //l->dist = l->dist + travelSpeed * time;
    203203 
    204   Vector* shift = new Vector (this->travelSpeed * time, 0, 0);
    205   this->shiftCoor (shift);
     204  //Vector* shift = new Vector (this->travelSpeed * time, 0, 0);
     205  //  this->shiftCoor (shift);
    206206 
    207207  /* this updates the player position on the track - user interaction */
Note: See TracChangeset for help on using the changeset viewer.