mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 15:58:14 +07:00
Remove stream read
This commit is contained in:
@ -62,9 +62,6 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
||||
NSFileCoordinator coord = new NSFileCoordinator(null);
|
||||
try{
|
||||
coord.coordinateReadingItem(documentURLs.get(0), NSFileCoordinatorReadingOptions.None, url -> {
|
||||
NSInputStream stream = new NSInputStream(NSData.read(url));
|
||||
|
||||
|
||||
|
||||
try{
|
||||
cons.get(new FileHandle(url.getAbsoluteURL().getPath()));
|
||||
|
Reference in New Issue
Block a user