mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 01:09:27 +02:00
Fixing the crash on mac
This commit is contained in:
parent
fbd06f7d5e
commit
b342b16857
1 changed files with 0 additions and 2 deletions
|
@ -384,8 +384,6 @@ void Antialiasing::run(const render::RenderContextPointer& renderContext, const
|
||||||
batch.setResourceTexture(AntialiasingPass_VelocityMapSlot, nullptr);
|
batch.setResourceTexture(AntialiasingPass_VelocityMapSlot, nullptr);
|
||||||
batch.setResourceTexture(AntialiasingPass_NextMapSlot, nullptr);
|
batch.setResourceTexture(AntialiasingPass_NextMapSlot, nullptr);
|
||||||
});
|
});
|
||||||
|
|
||||||
args->popViewFrustum();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue