summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rcore.c b/src/rcore.c
index c8c66ebf..4eeaa574 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -4629,8 +4629,6 @@ static bool InitGraphicsDevice(int width, int height)
// NOTE: It updated CORE.Window.render.width and CORE.Window.render.height
SetupViewport(CORE.Window.currentFbo.width, CORE.Window.currentFbo.height);
- ClearBackground(RAYWHITE); // Default background color for raylib games :P
-
#if defined(PLATFORM_ANDROID)
CORE.Window.ready = true;
#endif