mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:43:35 +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();
|
incrementPresentCount();
|
||||||
|
|
||||||
{
|
|
||||||
PROFILE_RANGE_EX(render, "recycle", 0xff00ff00, frameId)
|
|
||||||
_gpuContext->recycle();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_currentFrame) {
|
if (_currentFrame) {
|
||||||
{
|
{
|
||||||
withPresentThreadLock([&] {
|
withPresentThreadLock([&] {
|
||||||
|
|
Loading…
Reference in a new issue