Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2005, 3:48:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: extemely stupid aiming, but it works. Had to fix quite a few bugs in the process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/graphics_engine.cc

    r4864 r4955  
    316316void GraphicsEngine::enter2DMode()
    317317{
    318   GraphicsEngine::storeMatrices();
     318  //GraphicsEngine::storeMatrices();
    319319  SDL_Surface *screen = SDL_GetVideoSurface();
    320320
     
    433433void GraphicsEngine::draw() const
    434434{
     435  GraphicsEngine::storeMatrices();
    435436  Render2D::getInstance()->draw(E2D_ALL_LAYERS);
    436437  LightManager::getInstance()->draw();
Note: See TracChangeset for help on using the changeset viewer.