Jessey Widhalm hace 8 años
padre
commit
091c6ea5eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {