From ce604c77bade850b7e02673b25d21c5f001548ca Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 28 Feb 2021 15:30:13 +0100 Subject: fix postfx --- src/extras/postfx.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/extras/postfx.cpp') diff --git a/src/extras/postfx.cpp b/src/extras/postfx.cpp index f698bd52..ee6c3964 100644 --- a/src/extras/postfx.cpp +++ b/src/extras/postfx.cpp @@ -49,6 +49,9 @@ CPostFX::InitOnce(void) void CPostFX::Open(RwCamera *cam) { + if(pFrontBuffer) + Close(); + uint32 width = Pow(2.0f, int32(log2(RwRasterGetWidth (RwCameraGetRaster(cam))))+1); uint32 height = Pow(2.0f, int32(log2(RwRasterGetHeight(RwCameraGetRaster(cam))))+1); uint32 depth = RwRasterGetDepth(RwCameraGetRaster(cam)); -- cgit v1.2.3