Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4681 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Jun 24, 2005, 12:32:14 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer font, and now i should reimplement font

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4664 r4681  
    10721072         until there is need or time to do it the other way around.
    10731073         \todo: GraphicsEngine ticks world: separation of processes and data...
     1074
     1075        bensch: in my opinion the GraphicsEngine could draw the world, but not tick it,
     1076         beceause graphics have nothing(or at least not much) to do with Motion.
    10741077      */
    10751078      GraphicsEngine::getInstance()->tick(this->dtS);
     
    11101113  /* \todo draw HUD */
    11111114  // flip buffers
    1112   SDL_GL_SwapBuffers();
     1115  GraphicsEngine::swapBuffers();
    11131116  //SDL_Surface* screen = Orxonox::getInstance()->getScreen ();
    11141117  //SDL_Flip (screen);
Note: See TracChangeset for help on using the changeset viewer.