mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-31 14:41:31 +00:00
Minor fix on the last commit
This commit is contained in:
parent
11022f1520
commit
93ef530c93
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ namespace MWSound
|
||||||
root->addFrameListener(&updater);
|
root->addFrameListener(&updater);
|
||||||
}
|
}
|
||||||
|
|
||||||
SoundImpl::~SoundImpl()
|
~SoundImpl()
|
||||||
{
|
{
|
||||||
Ogre::Root::getSingleton().removeFrameListener(&updater);
|
Ogre::Root::getSingleton().removeFrameListener(&updater);
|
||||||
cameraTracker.unfollowCamera();
|
cameraTracker.unfollowCamera();
|
||||||
|
|
Loading…
Reference in a new issue