Implemented correct map loading, legacy format support

This commit is contained in:
Anuken
2019-03-12 10:36:04 -04:00
parent 0fd0abc6c0
commit 20427fdffa
15 changed files with 474 additions and 180 deletions

View File

@@ -113,7 +113,7 @@ public class IOSLauncher extends IOSApplication.Delegate {
ui.editor.show();
}
ui.editor.beginEditMap(file.read());
ui.editor.beginEditMap(file);
});
}
});