From 2cfbe01e50e65ff1ada5ba100eb73feac18524ae Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Thu, 17 Oct 2024 09:53:40 -0600 Subject: Added frame interpolation markers --- src/engine/fox_effect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/fox_effect.c') diff --git a/src/engine/fox_effect.c b/src/engine/fox_effect.c index 489ac82c..8b600457 100644 --- a/src/engine/fox_effect.c +++ b/src/engine/fox_effect.c @@ -140,6 +140,7 @@ void BonusText_DrawAll(void) { for (i = 0, bonus = gBonusText; i < ARRAY_COUNT(gBonusText); i++, bonus++) { if (bonus->hits != 0) { FrameInterpolation_RecordOpenChild(bonus, i); + FrameInterpolation_RecordMarker(__FILE__, __LINE__); Matrix_Push(&gGfxMatrix); BonusText_Draw(bonus); Matrix_Pop(&gGfxMatrix); -- cgit v1.2.3