Skip to content

Commit

Permalink
revert button updates savepoint table
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Nov 8, 2024
1 parent 5a68afe commit b854ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Gui/AlienImGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ bool AlienImGui::InputText(InputTextParameters const& parameters, char* buffer,
ImGui::BeginDisabled(std::string(buffer) == *parameters._defaultValue);
if (revertButton(parameters._name)) {
StringHelper::copy(buffer, bufferSize, *parameters._defaultValue);
result = true;
}
ImGui::EndDisabled();
}
Expand Down

0 comments on commit b854ff1

Please sign in to comment.