Changeset 4688 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 24, 2005, 2:40:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4686 r4688 72 72 entityList->add(b); 73 73 74 CDEngine::getInstance()->setEntityList(entityList); 74 75 75 76 LightManager* lightMan = LightManager::getInstance(); … … 198 199 void Framework::moduleTick(float dt) 199 200 { 201 202 CDEngine::getInstance()->checkCollisions(); 200 203 201 204 currentFrame = SDL_GetTicks();
Note: See TracChangeset
for help on using the changeset viewer.