diff options
| author | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-20 14:50:12 -0500 |
|---|---|---|
| committer | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-20 14:50:12 -0500 |
| commit | 1fee189805ea668b0b294bc70d8593bb87e044ae (patch) | |
| tree | 411a7a68dcc5663436a1c1e06ddf25ed06d96da8 /src/port/interpolation/FrameInterpolation.cpp | |
| parent | 2bbc496bf2f9e404244fbd84e9ba88f5eb9af521 (diff) | |
Set the default FPS to 30
Diffstat (limited to 'src/port/interpolation/FrameInterpolation.cpp')
| -rw-r--r-- | src/port/interpolation/FrameInterpolation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/interpolation/FrameInterpolation.cpp b/src/port/interpolation/FrameInterpolation.cpp index 3d1512f55..d0e0fe0f0 100644 --- a/src/port/interpolation/FrameInterpolation.cpp +++ b/src/port/interpolation/FrameInterpolation.cpp @@ -565,7 +565,7 @@ void FrameInterpolation_StartRecord(void) { is_recording = false; return; } - if (GameEngine::GetInterpolationFPS() != 20) { + if (GameEngine::GetInterpolationFPS() != 30) { is_recording = true; } } |
