summaryrefslogtreecommitdiff
path: root/src/engine/fox_effect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/fox_effect.c')
-rw-r--r--src/engine/fox_effect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/fox_effect.c b/src/engine/fox_effect.c
index 3a7665a5..ada1e7ca 100644
--- a/src/engine/fox_effect.c
+++ b/src/engine/fox_effect.c
@@ -148,10 +148,11 @@ 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);
+
FrameInterpolation_RecordCloseChild();
}
}