Changeset 4838 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 12, 2005, 12:09:04 PM (20 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r4836 r4838 57 57 Camera::~Camera() 58 58 { 59 EventHandler::getInstance()->unsubscribe(this);60 59 } 61 60 -
orxonox/trunk/src/world_entities/weapons/crosshair.cc
r4834 r4838 52 52 53 53 // delete what has to be deleted here 54 EventHandler::getInstance()->unsubscribe(this);55 54 56 55 GraphicsEngine::showMouse(true);
Note: See TracChangeset
for help on using the changeset viewer.