From 45e11be96a7503a0cfe29bbbcc8d885d81ab9591 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 25 Sep 2024 20:54:32 +0300 Subject: UnloadMaterial can also optionally free textures and shader. --- examples/platformer/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/platformer/main.lua') diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua index 9e71984..299e1b8 100644 --- a/examples/platformer/main.lua +++ b/examples/platformer/main.lua @@ -286,7 +286,7 @@ local function drawPlayer() end function RL.draw() - RL.ClearBackground( RL.RED ) + RL.ClearBackground( RL.BLACK ) RL.BeginTextureMode( framebuffer ) drawMap() -- cgit v1.2.3