From 1b23117572a0a168833b618f803c8cda9a7ef598 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 27 Dec 2025 09:38:56 +0100 Subject: [PATCH] Add camera smoothness reading --- The Callisto Protocol/dllmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/The Callisto Protocol/dllmain.cpp b/The Callisto Protocol/dllmain.cpp index cc14b30..7deb701 100644 --- a/The Callisto Protocol/dllmain.cpp +++ b/The Callisto Protocol/dllmain.cpp @@ -156,6 +156,7 @@ static void LoadSettings() HUDScaleValue = pluginIniFile["3#Fixes tuning"]["HUD scale"].as(); cameraOffsetValue = pluginIniFile["3#Fixes tuning"]["Camera offset"].as(); worldTimeDilationValue = pluginIniFile["3#Fixes tuning"]["World time dilation scale"].as(); + cameraSmoothnessValue = pluginIniFile["3#Fixes tuning"]["Camera smoothness"].as(); } catch (const std::exception& e) {} }