1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Minor fix on the last commit

This commit is contained in:
Nicolay Korslund 2010-09-07 19:52:54 +02:00
parent 11022f1520
commit 93ef530c93

View file

@ -104,7 +104,7 @@ namespace MWSound
root->addFrameListener(&updater);
}
SoundImpl::~SoundImpl()
~SoundImpl()
{
Ogre::Root::getSingleton().removeFrameListener(&updater);
cameraTracker.unfollowCamera();