remove useless button

This commit is contained in:
2025-05-19 09:54:45 +02:00
parent fee2f07232
commit ff56988f92

View File

@@ -244,9 +244,6 @@ public class DDDView extends GameAdapter implements CommandSender {
}
ImGui.endDisabled();
ImGui.sameLine();
if (ImGui.button("Annuler le coup précédent")) {
sendUndo();
}
openPopup();
renderPopups();
}