mirror of
https://gitlab.com/raylibtemplates/rt.git
synced 2026-06-28 11:15:21 -04:00
Change background color from GREEN to BLACK
This commit is contained in:
@@ -80,7 +80,7 @@ void MainLoop() {
|
||||
|
||||
window.BeginDrawing();
|
||||
{
|
||||
ClearBackground(GREEN);
|
||||
ClearBackground(BLACK);
|
||||
target.GetTexture().Draw(
|
||||
raylib::Rectangle(0.0f, 0.0f, (float)SCREEN_WIDTH,
|
||||
(float)-SCREEN_HEIGHT),
|
||||
|
||||
Reference in New Issue
Block a user