Skip to content

Commit 5f51504

Browse files
committed
zoom cleanup
1 parent e04fcc1 commit 5f51504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Managers/PostProcessMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ void PostProcessMan::PostProcess() {
341341
rlSetBlendFactorsSeparate(GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_FUNC_ADD, GL_FUNC_ADD);
342342
rlSetBlendMode(RL_BLEND_CUSTOM_SEPARATE);
343343
m_PostProcessFramebuffer->End();
344-
m_PostProcessFramebuffer->Begin(false, g_FrameMan.GetZoom());
344+
m_PostProcessFramebuffer->Begin(false);
345345

346346
m_PostProcessShader->Begin();
347347

0 commit comments

Comments
 (0)