1
0
Fork 1
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:
scrawl 2018-02-13 18:25:28 +00:00
parent 79e9876a24
commit 9b8c56761b
No known key found for this signature in database
GPG key ID: 2E6CC3676024C402

View file

@ -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