mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 12:54:50 -04:00
name fix
This commit is contained in:
@@ -341,7 +341,7 @@ void ImGuiStateShare::draw(bool& open) {
|
||||
|
||||
// Toolbar
|
||||
if (!gameRunning) { ImGui::BeginDisabled(); }
|
||||
if (ImGui::Button("Current")) {
|
||||
if (ImGui::Button("Save")) {
|
||||
SavedStateEntry entry;
|
||||
entry.name = fmt::format("State {}", m_states.size() + 1);
|
||||
entry.encoded = encodeCurrentState();
|
||||
|
||||
Reference in New Issue
Block a user