Changeset 4618 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 13, 2005, 9:41:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4617 r4618 66 66 void Framework::moduleDraw() const 67 67 { 68 CDEngine::getInstance()->drawBV( 1,1);68 CDEngine::getInstance()->drawBV(2,1); 69 69 70 70 LightManager::getInstance()->draw();
Note: See TracChangeset
for help on using the changeset viewer.