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) {} }