mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 19:11:32 +00:00
avoid redundant calls to removeInitialDrawCallback
This commit is contained in:
parent
640420eaaa
commit
bc961a13f5
1 changed files with 4 additions and 1 deletions
|
@ -366,7 +366,10 @@ namespace MWGui
|
||||||
mViewer->advance(mViewer->getFrameStamp()->getSimulationTime());
|
mViewer->advance(mViewer->getFrameStamp()->getSimulationTime());
|
||||||
|
|
||||||
if (mCopyFramebufferToTextureCallback)
|
if (mCopyFramebufferToTextureCallback)
|
||||||
|
{
|
||||||
mViewer->getCamera()->removeInitialDrawCallback(mCopyFramebufferToTextureCallback);
|
mViewer->getCamera()->removeInitialDrawCallback(mCopyFramebufferToTextureCallback);
|
||||||
|
mCopyFramebufferToTextureCallback = nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
mLastRenderTime = mTimer.time_m();
|
mLastRenderTime = mTimer.time_m();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue