Fixed green line bug - Removed stencil+depth buffers
This commit is contained in:
@@ -16,7 +16,6 @@ import mindustry.net.*;
|
||||
import mindustry.ui.*;
|
||||
import org.robovm.apple.coregraphics.*;
|
||||
import org.robovm.apple.foundation.*;
|
||||
import org.robovm.apple.glkit.*;
|
||||
import org.robovm.apple.uikit.*;
|
||||
import org.robovm.objc.block.*;
|
||||
|
||||
@@ -25,7 +24,7 @@ import java.util.*;
|
||||
import java.util.zip.*;
|
||||
|
||||
import static mindustry.Vars.*;
|
||||
import static org.robovm.apple.foundation.NSPathUtilities.getDocumentsDirectory;
|
||||
import static org.robovm.apple.foundation.NSPathUtilities.*;
|
||||
|
||||
//warnings for deprecated functions related to multi-window applications are not applicable here
|
||||
@SuppressWarnings("deprecation")
|
||||
@@ -175,9 +174,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
||||
forced = false;
|
||||
UINavigationController.attemptRotationToDeviceOrientation();
|
||||
}
|
||||
}, new IOSApplicationConfiguration(){{
|
||||
stencilFormat = GLKViewDrawableStencilFormat._8;
|
||||
}});
|
||||
}, new IOSApplicationConfiguration());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user