瀏覽代碼

autoSave fix

Jessey Widhalm 8 年之前
父節點
當前提交
091c6ea5eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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() {