mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 18:17:19 -07:00
Fix missing ImGui::EndDisabled (#3946)
This commit is contained in:
parent
c484ea227b
commit
d0b09743b9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue