Fix timing error

pull/386/head
scrawl 6 years ago
parent 79e9876a24
commit 9b8c56761b
No known key found for this signature in database
GPG Key ID: 2E6CC3676024C402

@ -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…
Cancel
Save