mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-04 09:28:55 -04:00
Disabled camera interpolation
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "spawn_players.h"
|
||||
#include "enhancements/freecam/freecam_engine.h"
|
||||
#include "enhancements/freecam/freecam.h"
|
||||
#include "port/interpolation/FrameInterpolation.h"
|
||||
|
||||
#include "engine/GameAPI.h"
|
||||
#include "port/Game.h"
|
||||
@@ -983,6 +984,7 @@ void func_8001EE98(Player* player, Camera* camera, s8 index) {
|
||||
break;
|
||||
}
|
||||
if (gIsGamePaused == 0) {
|
||||
FrameInterpolation_ShouldInterpolateFrame(false);
|
||||
switch (D_80152300[cameraIndex]) {
|
||||
case 3:
|
||||
func_8001A588(&D_80152300[cameraIndex], camera, player, index, cameraIndex);
|
||||
@@ -1006,6 +1008,7 @@ void func_8001EE98(Player* player, Camera* camera, s8 index) {
|
||||
func_8001EA0C(camera, player, index);
|
||||
break;
|
||||
}
|
||||
FrameInterpolation_ShouldInterpolateFrame(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user