Change background color from GREEN to BLACK

This commit is contained in:
2025-12-09 14:15:32 -06:00
committed by GitHub
parent 694411efdf
commit 1ceab525b9

View File

@@ -80,7 +80,7 @@ void MainLoop() {
window.BeginDrawing(); window.BeginDrawing();
{ {
ClearBackground(GREEN); ClearBackground(BLACK);
target.GetTexture().Draw( target.GetTexture().Draw(
raylib::Rectangle(0.0f, 0.0f, (float)SCREEN_WIDTH, raylib::Rectangle(0.0f, 0.0f, (float)SCREEN_WIDTH,
(float)-SCREEN_HEIGHT), (float)-SCREEN_HEIGHT),