Changeset 5914 for code/branches/core5/src/orxonox/controllers
- Timestamp:
- Oct 9, 2009, 1:12:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/controllers/HumanController.cc
r5913 r5914 87 87 if (camera) 88 88 { 89 SoundManager::getInstance().setListenerPosition(camera->get Position());90 SoundManager::getInstance().setListenerOrientation(camera->get Orientation());89 SoundManager::getInstance().setListenerPosition(camera->getWorldPosition()); 90 SoundManager::getInstance().setListenerOrientation(camera->getWorldOrientation()); 91 91 } 92 92 else
Note: See TracChangeset
for help on using the changeset viewer.