Fixing the crash on mac

This commit is contained in:
Sam Gateau 2018-04-24 11:25:40 -07:00
parent fbd06f7d5e
commit b342b16857

View file

@ -384,8 +384,6 @@ void Antialiasing::run(const render::RenderContextPointer& renderContext, const
batch.setResourceTexture(AntialiasingPass_VelocityMapSlot, nullptr);
batch.setResourceTexture(AntialiasingPass_NextMapSlot, nullptr);
});
args->popViewFrustum();
}