Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2012, 7:05:57 PM (12 years ago)
Author:
jo
Message:

Rotating bricks works. Next step: repairing the collision detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pCuts/src/orxonox/worldentities/ControllableEntity.cc

    r9083 r9084  
    177177    {
    178178        if (this->cameraPositions_.size() <= 0)
    179             {orxout()<< "camareapositions_size == 0"<<endl ; return 0;}
     179            return 0;
    180180
    181181        unsigned int counter = 0;
     
    196196        if(this->camera_ != NULL && this->cameraPositions_.size() > 0)
    197197        {
    198         orxout()<< "Cameraposition is set."<<endl;
    199198            if(index >= this->cameraPositions_.size())
    200199                index = 0;
Note: See TracChangeset for help on using the changeset viewer.