Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

gui: fixed a pop-attrib-missing-bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.