diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-02-18 20:12:11 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-02-18 20:12:11 -0300 |
| commit | c76d6277a8a631740119f3bb219bba61f4e1ea98 (patch) | |
| tree | c0755e840746d6f48ecf41f7a0f51d3f1d744274 /src/engine | |
| parent | 608d078346df7a5ac12cc138797bc1e7d1b58fb8 (diff) | |
Float precision rendering
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/fox_bg.c | 3 |
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(); } } |
