mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 08:19:56 +00:00
Fix timing error
This commit is contained in:
parent
79e9876a24
commit
9b8c56761b
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ void CompositeMapRenderer::drawImplementation(osg::RenderInfo &renderInfo) const
|
|||
mCompileSet.erase(mCompileSet.begin());
|
||||
}
|
||||
}
|
||||
mTimer.setStartTick();
|
||||
}
|
||||
|
||||
void CompositeMapRenderer::compile(CompositeMap &compositeMap, osg::RenderInfo &renderInfo, double* timeLeft) const
|
||||
|
|
Loading…
Reference in a new issue