Changeset 4419 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- May 31, 2005, 5:20:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r4414 r4419 57 57 Camera::~Camera(void) 58 58 { 59 EventHandler::getInstance()->unsubscribe(ES_GAME, KeyMapper::PEV_VIEW0); 60 EventHandler::getInstance()->unsubscribe(ES_GAME, KeyMapper::PEV_VIEW1); 61 EventHandler::getInstance()->unsubscribe(ES_GAME, KeyMapper::PEV_VIEW2); 62 EventHandler::getInstance()->unsubscribe(ES_GAME, KeyMapper::PEV_VIEW3); 63 EventHandler::getInstance()->unsubscribe(ES_GAME, KeyMapper::PEV_VIEW4); 64 EventHandler::getInstance()->unsubscribe(ES_GAME, KeyMapper::PEV_VIEW5); 59 65 } 60 66
Note: See TracChangeset
for help on using the changeset viewer.