Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2007, 10:48:50 PM (18 years ago)
Author:
bknecht
Message:

some updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/main.cc

    r496 r534  
    7575#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
    7676    orx->init(argc, argv, macBundlePath());
    77     //orx->start();
     77    orx->start();
    7878#else
    7979    orx->init(argc, argv, "");
    80     //orx->start();
     80    orx->start();
    8181#endif
    8282
Note: See TracChangeset for help on using the changeset viewer.