diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-10-17 09:53:40 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-10-17 09:53:40 -0600 |
| commit | 2cfbe01e50e65ff1ada5ba100eb73feac18524ae (patch) | |
| tree | 039241c739eccbc456bedc54cd42061dab175dec /src/engine/fox_effect.c | |
| parent | cd288a4c5b816ddad9a019d41ee2e442f169eba1 (diff) | |
Added frame interpolation markers
Diffstat (limited to 'src/engine/fox_effect.c')
| -rw-r--r-- | src/engine/fox_effect.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
