We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25212ff commit 9898b91Copy full SHA for 9898b91
Source/Managers/FrameMan.cpp
@@ -827,7 +827,7 @@ void FrameMan::Draw() {
827
rlSetBlendMode(RL_BLEND_ALPHA);
828
rlEnableDepthTest();
829
830
- m_PlayerScreen->Begin(true, m_Zoom);
+ m_PlayerScreen->Begin(true, 1.0f);
831
backgroundShader.Begin();
832
backgroundShader.Enable();
833
rlSetUniformSampler(backgroundShader.GetUniformLocation("rtePalette"), g_PostProcessMan.GetPaletteTexture());
0 commit comments