you broke my build

This commit is contained in:
tildearrow 2024-04-10 12:42:25 -05:00
parent c8661648c5
commit d5b3a6712d
3 changed files with 8 additions and 7 deletions

View file

@ -567,7 +567,6 @@ void FurnaceGUI::drawSettings() {
// SUBSECTION VIBRATION
CONFIG_SUBSECTION("Vibration");
ImGui::Indent();
if (ImGui::SliderFloat("Strength",&settings.vibrationStrength,0.0f,1.0f)) {
if (settings.vibrationStrength<0.0f) settings.vibrationStrength=0.0f;
if (settings.vibrationStrength>1.0f) settings.vibrationStrength=1.0f;
@ -578,7 +577,7 @@ void FurnaceGUI::drawSettings() {
if (settings.vibrationLength<10) settings.vibrationLength=10;
if (settings.vibrationLength>500) settings.vibrationLength=500;
settingsChanged=true;
ImGui::Unindent();
}
#endif
// SUBSECTION FILE