diff --git a/Cronos The New Dawn/dllmain.cpp b/Cronos The New Dawn/dllmain.cpp index 1865074..eecaf02 100644 --- a/Cronos The New Dawn/dllmain.cpp +++ b/Cronos The New Dawn/dllmain.cpp @@ -225,7 +225,7 @@ static void on_overlay_draw(reshade::api::effect_runtime* runtime) if (ImGui::CollapsingHeader("In game additional FOV", ImGuiTreeNodeFlags_DefaultOpen)) { ImGui::SetCursorPos(ImVec2(5, 30)); ImGui::SetNextItemWidth(150.0f); - if (ImGui::SliderInt("", &worldFOVvalue, -20, 50)) {} + if (ImGui::SliderInt("", &worldFOVvalue, -20, 70)) {} if (ImGui::IsItemDeactivatedAfterEdit()) { if (SetFOV) SetFOV(worldFOVvalue); SaveSettings();