Skip to content

Commit 1cd1141

Browse files
committed
don't clear main menu bg
1 parent cee003e commit 1cd1141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Managers/WindowMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ void WindowMan::ClearBackbuffer(bool clearFrameMan) {
691691

692692
void WindowMan::UploadFrame() {
693693

694-
m_ScreenBuffer->Begin(true);
694+
m_ScreenBuffer->Begin(g_ActivityMan.IsInActivity());
695695

696696
rlDisableDepthTest();
697697
rlDisableColorBlend();

0 commit comments

Comments
 (0)