aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2025-12-26 01:56:40 +0100
committerSan Jacobs2025-12-26 01:56:40 +0100
commitb4da4c036cb6e32754dd4a26ef7de9633bf4ef0d (patch)
tree358cb1e1784182d137355014a0524ffbe6f0d0d9 /src/main.odin
parent9d654ada668b9ae8a71a34904a65395238567973 (diff)
downloadbetter-report-b4da4c036cb6e32754dd4a26ef7de9633bf4ef0d.tar.gz
better-report-b4da4c036cb6e32754dd4a26ef7de9633bf4ef0d.tar.bz2
better-report-b4da4c036cb6e32754dd4a26ef7de9633bf4ef0d.zip
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index baf12d2..404700f 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -170,7 +170,7 @@ main :: proc() {
// Setting up raylib stuff
- cosmos_color : rl.Color = {30, 30, 30, 255}
+ cosmos_color : rl.Color = {30, 30, 30, 255}
current_color : rl.Color = cosmos_color
flash_color : rl.Color = {70, 50, 60, 255}