Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2009, 1:28:10 PM (14 years ago)
Author:
rgrieder
Message:

Found some end of line leftover spaces.

Location:
code/branches/presentation2/src/orxonox/controllers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/HumanController.h

    r6356 r6388  
    3838namespace orxonox
    3939{
    40     class _OrxonoxExport HumanController 
     40    class _OrxonoxExport HumanController
    4141// tolua_end
    4242        : public Controller, public Tickable
  • code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc

    r6387 r6388  
    248248                    HumanController::moveFrontBack(Vector2(1, 0));
    249249                else
    250                     HumanController::moveFrontBack(Vector2(this->acceleration_, 0)); 
     250                    HumanController::moveFrontBack(Vector2(this->acceleration_, 0));
    251251                this->accelerating_ = false;
    252252                //HumanController::moveFrontBack(Vector2(clamp(this->acceleration_ + this->currentAcceleration_, 0.0f, 1.0f), 0));
Note: See TracChangeset for help on using the changeset viewer.