Changeset 4741 in orxonox.OLD for orxonox/trunk/src/subprojects/particles
- Timestamp:
- Jun 30, 2005, 4:19:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4740 r4741 89 89 new PhysicsConnection(system, pointGravity); 90 90 91 new Light; 92 LightManager::getInstance()->getLight()->setAbsCoor(10, 10, 10); 91 (new Light)->setAbsCoor(10, 10, 10); 93 92 94 93 }
Note: See TracChangeset
for help on using the changeset viewer.