v1.2.0: fixed URI's failing to open on macOS
This commit is contained in:
@@ -63,10 +63,6 @@ public class DeviceCompat {
|
||||
return Game.version.contains("INDEV");
|
||||
}
|
||||
|
||||
public static void openURI( String URI ){
|
||||
Gdx.net.openURI(URI);
|
||||
}
|
||||
|
||||
public static void log( String tag, String message ){
|
||||
Gdx.app.log( tag, message );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user