From fcc73fde9f3f9c96d8be88115a0b0b4cfd8fbba2 Mon Sep 17 00:00:00 2001 From: Arceveti <73617174+Arceveti@users.noreply.github.com> Date: Mon, 20 Sep 2021 12:10:14 -0700 Subject: [PATCH] Fix typo --- actors/group0_geo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actors/group0_geo.c b/actors/group0_geo.c index b92f5066..e2451f0d 100644 --- a/actors/group0_geo.c +++ b/actors/group0_geo.c @@ -28,7 +28,7 @@ #define LAYER_OPAQUE LAYER_OPAQUE_ORIG #define LAYER_ALPHA LAYER_ALPHA_ORIG #undef LAYER_OPAQUE_ORIG -#undef LAYER_ALPHA_OGIG +#undef LAYER_ALPHA_ORIG #else #include "mario/geo.inc.c" #endif