aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
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}