Skip to content

Commit

Permalink
bring back setting accidentally removed from imgui in #0218fd6e157278…
Browse files Browse the repository at this point in the history
…755c915d5a23dbb6a0163cff32
  • Loading branch information
DubbleClick committed Apr 5, 2024
1 parent 016693d commit 8c6321d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GWToolboxdll/Modules/GameSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,7 @@ void GameSettings::DrawSettingsInternal()
if (ImGui::Checkbox("Remove 1.5 second minimum for the cast bar to show.", &remove_min_skill_warmup_duration)) {
remove_skill_warmup_duration_patch.TogglePatch(remove_min_skill_warmup_duration);
}
ImGui::Checkbox("Disable camera smoothing", &disable_camera_smoothing);

ImGui::Checkbox("Automatically skip cinematics", &auto_skip_cinematic);
ImGui::Checkbox("Automatically return to outpost on defeat", &auto_return_on_defeat);
Expand Down

0 comments on commit 8c6321d

Please sign in to comment.