Fix typo on recomp comment in christmas tree patch (#53)

This commit is contained in:
Reonu
2026-01-07 17:46:07 +00:00
committed by Mr-Wiseguy
parent b1a6fd8f87
commit aab05dfba8
+1 -1
View File
@@ -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];