summaryrefslogtreecommitdiff
path: root/src/engine/fox_bg.c
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-02-18 20:12:11 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-02-18 20:12:11 -0300
commitc76d6277a8a631740119f3bb219bba61f4e1ea98 (patch)
treec0755e840746d6f48ecf41f7a0f51d3f1d744274 /src/engine/fox_bg.c
parent608d078346df7a5ac12cc138797bc1e7d1b58fb8 (diff)
Float precision rendering
Diffstat (limited to 'src/engine/fox_bg.c')
-rw-r--r--src/engine/fox_bg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/fox_bg.c b/src/engine/fox_bg.c
index 9af4f76c..983b5ca4 100644
--- a/src/engine/fox_bg.c
+++ b/src/engine/fox_bg.c
@@ -1249,6 +1249,7 @@ void AllRangeGround_Draw(void) {
Matrix_Push(&gGfxMatrix);
+ // @port: Tag the transform.
FrameInterpolation_RecordOpenChild("360Ground", i);
Matrix_Translate(gGfxMatrix, sGroundPositions360x_FIX[i], 0.0f, sGroundPositions360z_FIX[i], MTXF_APPLY);
@@ -1287,7 +1288,7 @@ void AllRangeGround_Draw(void) {
}
Matrix_Pop(&gGfxMatrix);
- // @port: Tag the transform.
+ // @port: Pop the transform.
FrameInterpolation_RecordCloseChild();
}
}