Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4408 in orxonox.OLD for orxonox/trunk/src/command_node.cc


Ignore:
Timestamp:
May 31, 2005, 12:11:57 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: integrating the event handler into orxonox mainclass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/command_node.cc

    r4386 r4408  
    285285        default:
    286286          Orxonox *orx = Orxonox::getInstance();
    287           orx->eventHandler(&event);
     287          orx->graphicsHandler(&event);
    288288          break;
    289289        }
Note: See TracChangeset for help on using the changeset viewer.