Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2005, 4:10:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: no big deal (strange Makefile-problem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4726 r4740  
    8989  new PhysicsConnection(system, pointGravity);
    9090
    91   LightManager::getInstance()->addLight();
    92   LightManager::getInstance()->setPosition(10, 10, 10);
     91  new Light;
     92  LightManager::getInstance()->getLight()->setAbsCoor(10, 10, 10);
    9393
    9494}
Note: See TracChangeset for help on using the changeset viewer.