mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-03 04:44:24 +07:00
Remove stream read
This commit is contained in:
parent
b8aa3c8b21
commit
fa0e9727ae
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user