aboutsummaryrefslogtreecommitdiff
path: root/src/draw.odin
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-15 17:12:31 -0500
committeriamcheeseman <[hidden email]>2026-01-15 17:12:31 -0500
commit012a78995d9e360de1d931943b34f21d4f4a85af (patch)
tree4b577303cd1f281bd02666c91608c7a82e6c0bcd /src/draw.odin
parentef550acd2edb48b80bb9c597ad0ebd46b2432107 (diff)
Make minor fixes
Diffstat (limited to 'src/draw.odin')
-rw-r--r--src/draw.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/draw.odin b/src/draw.odin
index 8e31b96..6507e03 100644
--- a/src/draw.odin
+++ b/src/draw.odin
@@ -38,6 +38,7 @@ deinit_draw :: proc() {
draw_new_frame :: proc() {
rl.BeginTextureMode(renderer.screen)
rl.ClearBackground(rl.BLACK)
+ // rl.ClearBackground(rl.GRAY)
}
draw_end_frame :: proc() {