Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7913 in orxonox.OLD for branches/gui/src/story_entities


Ignore:
Timestamp:
May 27, 2006, 9:31:48 PM (19 years ago)
Author:
bensch
Message:

gui: fixed a pop-attrib-missing-bug

Location:
branches/gui/src/story_entities
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/game_world.cc

    r7910 r7913  
    523523  GraphicsEngine* engine = GraphicsEngine::getInstance();
    524524
     525
    525526  AtmosphericEngine::getInstance()->draw();
     527
     528  //glEnable(GL_DEPTH_TEST);
     529  //glEnable(GL_LIGHTING);
    526530
    527531  // set camera
  • branches/gui/src/story_entities/movie_loader.cc

    r7889 r7913  
    128128  glEnd();
    129129
     130  glPopAttrib();
    130131  GraphicsEngine::leave2DMode();
    131132
  • branches/gui/src/story_entities/simple_game_menu.cc

    r7908 r7913  
    6666  /// GUI
    6767  ///(this is as modular as it is possible).
     68  /*
    6869  OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME");
    6970  pb->show();
     
    8687  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    8788  OrxGui::GLGuiHandler::getInstance()->activate();
     89  */
    8890  /////
     91
    8992  if (root != NULL)
    9093    this->loadParams(root);
     
    106109  if( this->dataTank)
    107110    delete this->dataTank;
    108   delete OrxGui::GLGuiHandler::getInstance( );
     111  //delete OrxGui::GLGuiHandler::getInstance( );
    109112}
    110113
Note: See TracChangeset for help on using the changeset viewer.