aboutsummaryrefslogtreecommitdiff
path: root/src/draw.odin
diff options
context:
space:
mode:
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() {