summaryrefslogtreecommitdiff
path: root/source/main.cpp
diff options
context:
space:
mode:
authortalha <sarcxd@gmail.com>2025-01-26 19:04:23 +0500
committertalha <sarcxd@gmail.com>2025-01-26 19:04:23 +0500
commitbeda97bfb6910574bbd5ce82d1458f0c0d94b12a (patch)
tree02c11b19e9e9ad6ce9ad2d68749110435e864bef /source/main.cpp
parent68792e335c73cdafd8deac943e77a7bd36d3666b (diff)
Fixed typo in word
Diffstat (limited to 'source/main.cpp')
-rwxr-xr-xsource/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp
index 8aae088..31a6dff 100755
--- a/source/main.cpp
+++ b/source/main.cpp
@@ -106,7 +106,7 @@ struct Rect {
};
#define PLAYER_COLORS Vec3{0.45f, 0.8f, 0.2f}
-#define OBSTACLE_COLROS Vec3{0.0f, 0.0f, 0.0f}
+#define OBSTACLE_COLORS Vec3{0.0f, 0.0f, 0.0f}
#define GOAL_COLORS Vec3{1.0f, 0.0f, 0.0f}
#define PLAYER_Z -1.0f