diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-05-16 00:52:26 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-05-16 00:52:26 -0600 |
| commit | 47626be235111990bdf279e33c1527475271760b (patch) | |
| tree | 92a130da7e8d4d202d2ce75961552824856da27c /src/engine | |
| parent | b4e39c01cdcafcb0ea80f0a975659fced123e68a (diff) | |
Pushed a ton of interpolation fixesfps-interpolation-2
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/vehicles/Train.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/vehicles/Train.cpp b/src/engine/vehicles/Train.cpp index f4a5a4f9d..5339912c0 100644 --- a/src/engine/vehicles/Train.cpp +++ b/src/engine/vehicles/Train.cpp @@ -153,7 +153,6 @@ void ATrain::SyncComponents(TrainCarStuff* trainCar, s16 orientationY) { } void ATrain::Tick() { - FrameInterpolation_StartRecord(); f32 temp_f20; TrainCarStuff* car; u16 oldWaypointIndex; @@ -224,8 +223,6 @@ void ATrain::Tick() { sync_train_components(car, orientationYUpdate); } } - - FrameInterpolation_StopRecord(); } void ATrain::VehicleCollision(s32 playerId, Player* player) { |
