mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
remove extra recycle
This commit is contained in:
parent
52c4aef721
commit
3477aa57a8
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