Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10398 in orxonox.OLD


Ignore:
Timestamp:
Jan 26, 2007, 10:33:28 PM (17 years ago)
Author:
snellen
Message:

removed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.cc

    r10396 r10398  
    6969void CameraMan::createCam(const TiXmlElement* root)
    7070{
    71   printf("create Camera\n");
    7271  //Camera* newCamera=new Camera(root);
    7372  this->cameras.push_back(new Camera(root));
     
    9594  BaseObject* object = ObjectListBase::getBaseObject("Camera", camName);
    9695 
    97   printf("Setting Camera to: %s \n", camName.c_str());
    9896  if(object != NULL)
    9997  {
     
    108106    this->fadeToBlack->setParent(this->currentCam);
    109107    this->fadeToBlack->setRelCoor(3., 0., 0.);
    110  
    111   }
    112 
     108    return;
     109  }
     110  printf("ERROR CAMERAMANAGER: Couldn't set camera : %s \n", camName.c_str());
     111 
    113112}
    114113
Note: See TracChangeset for help on using the changeset viewer.