Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 5:50:42 PM (16 years ago)
Author:
rgrieder
Message:

Modified the GameState hierarchy so that you can get the parent with the actual type by calling getParent().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/Main.cc

    r1672 r1688  
    130130    GSClient client;
    131131    GSGUI gui;
    132     GSIO io;
    133132    GSIOConsole ioConsole;
    134133
     
    139138    graphics.addChild(&gui);
    140139
    141     root.addChild(&io);
    142     io.addChild(&ioConsole);
     140    root.addChild(&ioConsole);
    143141
    144142    root.feedCommandLine(argc, argv);
Note: See TracChangeset for help on using the changeset viewer.