oops, missed that case

This commit is contained in:
Manindra Moharana
2014-01-13 20:18:22 +05:30
parent dd1c65e1d4
commit 507e3ca765
2 changed files with 12 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ public class AutoSaveUtil {
return false;
}
public void reloadAutosaveDir(){
while(isSaving);
autosaveDir = new File(editor.getSketch().getFolder().getAbsolutePath() + File.separator + "_autosave");
}
public File getPastSave(){
return pastSave;
}