mirror of
https://github.com/NickTheFox99/RaylibGame.git
synced 2026-06-28 11:25:11 -04:00
Change background color from GREEN to BLACK
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user