mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 12:17:31 +02:00
remove extra recycle
This commit is contained in:
parent
355ceddcc6
commit
90b97aba59
1 changed files with 0 additions and 5 deletions
|
@ -685,11 +685,6 @@ void OpenGLDisplayPlugin::present() {
|
|||
}
|
||||
incrementPresentCount();
|
||||
|
||||
{
|
||||
PROFILE_RANGE_EX(render, "recycle", 0xff00ff00, frameId)
|
||||
_gpuContext->recycle();
|
||||
}
|
||||
|
||||
if (_currentFrame) {
|
||||
{
|
||||
withPresentThreadLock([&] {
|
||||
|
|
Loading…
Reference in a new issue