remove extra recycle

This commit is contained in:
SamGondelman 2017-12-15 16:36:07 -08:00 committed by Sam Gondelman
parent 355ceddcc6
commit 90b97aba59

View file

@ -685,11 +685,6 @@ void OpenGLDisplayPlugin::present() {
}
incrementPresentCount();
{
PROFILE_RANGE_EX(render, "recycle", 0xff00ff00, frameId)
_gpuContext->recycle();
}
if (_currentFrame) {
{
withPresentThreadLock([&] {