Jessey Widhalm 8 lat temu
rodzic
commit
091c6ea5eb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/ui/controller/Control.java

+ 1 - 1
src/ui/controller/Control.java

@@ -214,7 +214,7 @@ public class Control {
 
 	private void autoSave() throws IOException {
 		autoSaveController.increaseAutoSaveNr();
-		storeController.writeSaveFile(autoPath + autoSaveController.getAutoSaveNr());
+		storeController.writeCanvasFile(autoPath + autoSaveController.getAutoSaveNr());
 	}
 
 	public String getUndoSave() {