From aab05dfba899ec7ff9d0ed31eb2218ce4969aaa7 Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 7 Jan 2026 17:46:07 +0000 Subject: [PATCH] Fix typo on recomp comment in christmas tree patch (#53) --- patches/specific_actor_patches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/specific_actor_patches.c b/patches/specific_actor_patches.c index ec28a42..ad5b674 100644 --- a/patches/specific_actor_patches.c +++ b/patches/specific_actor_patches.c @@ -82,7 +82,7 @@ extern void actor_postdrawMethod(ActorMarker *); extern void actor_predrawMethod(Actor *); extern BKModelBin *func_803257B4(ActorMarker *marker); -// @recomo Patch to skip interpolation on the Christmas while the lights +// @recomp Patch to skip interpolation on the Christmas tree while the lights // turn on to prevent visual glitches. RECOMP_PATCH Actor *actor_draw(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx) { f32 sp3C[3];