- Timestamp:
- Dec 11, 2009, 2:15:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/WorldSound.cc
r6320 r6322 76 76 } 77 77 78 void WorldSound::initialiseSource() 79 { 80 BaseSound::initialiseSource(); 81 this->tick(0); // update position, orientation and velocity 82 } 83 78 84 void WorldSound::tick(float dt) 79 85 {
Note: See TracChangeset
for help on using the changeset viewer.