Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7108 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Feb 7, 2006, 11:22:34 PM (18 years ago)
Author:
bensch
Message:

lighting war

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r7083 r7108  
    420420  // set camera
    421421  this->dataTank->localCamera->apply ();
     422  this->dataTank->localCamera->project ();
     423  LightManager::getInstance()->draw();
    422424
    423425  /* draw all WorldEntiy groups */
     
    447449  engine->draw();
    448450
     451
    449452  // draw the game ruls
    450453  if( likely(this->dataTank->gameRule != NULL))
Note: See TracChangeset for help on using the changeset viewer.