Fix missing ImGui::EndDisabled (#3946)
This commit is contained in:
@@ -1412,6 +1412,7 @@ void DrawSillyTab() {
|
|||||||
CVarSetInteger("gCosmetics.Kak_Windmill_Speed.Changed", 1);
|
CVarSetInteger("gCosmetics.Kak_Windmill_Speed.Changed", 1);
|
||||||
}
|
}
|
||||||
Reset_Option_Double("Reset##Kak_Windmill_Speed", "gCosmetics.Kak_Windmill_Speed");
|
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
|
// Copies the RGB values from one cosmetic option to another, multiplied by the passed in amount, this
|
||||||
|
|||||||
Reference in New Issue
Block a user