Skip to content

Commit

Permalink
Fix missing ImGui::EndDisabled (HarbourMasters#3946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archez authored Feb 16, 2024
1 parent c484ea2 commit d0b0974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/soh/Enhancements/cosmetics/CosmeticsEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@ void DrawSillyTab() {
CVarSetInteger("gCosmetics.Kak_Windmill_Speed.Changed", 1);
}
Reset_Option_Double("Reset##Kak_Windmill_Speed", "gCosmetics.Kak_Windmill_Speed");
ImGui::EndDisabled();
}

// Copies the RGB values from one cosmetic option to another, multiplied by the passed in amount, this
Expand Down

0 comments on commit d0b0974

Please sign in to comment.