Implemented correct map loading, legacy format support
This commit is contained in:
@@ -113,7 +113,7 @@ public class IOSLauncher extends IOSApplication.Delegate {
|
||||
ui.editor.show();
|
||||
}
|
||||
|
||||
ui.editor.beginEditMap(file.read());
|
||||
ui.editor.beginEditMap(file);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user