Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3959 in orxonox.OLD


Ignore:
Timestamp:
Apr 25, 2005, 3:20:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/particleEngine: minor speedup, and deleted unnecessary files

Location:
orxonox/branches/particleEngine/src/lib
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/particleEngine/src/lib/coord/p_node.cc

    r3957 r3959  
    196196  if( unlikely(this->bAbsCoorChanged))
    197197    {
    198       this->absCoordinate = this->absCoordinate + shift;
     198      this->absCoordinate += shift;
    199199    }
    200200  else
    201201    {
    202       this->relCoordinate = this->relCoordinate + shift;
     202      this->relCoordinate += shift;
    203203      this->bRelCoorChanged = true;
    204204    }
Note: See TracChangeset for help on using the changeset viewer.