This commit is contained in:
madeline
2026-04-22 02:50:49 -07:00
parent 9c562ff740
commit 42e8d9ab9d
+1 -1
View File
@@ -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();