summaryrefslogtreecommitdiff
path: root/source/main.cpp
diff options
context:
space:
mode:
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