* Do not crash if running on x86 / MIPS android system when using JmeSystem.getPlatform()
This commit is contained in:
parent
3f63d43461
commit
4bfd992751
@ -162,7 +162,7 @@ public class JmeAndroidSystem extends JmeSystemDelegate {
|
||||
return Platform.Android_ARM5; // unknown ARM
|
||||
}
|
||||
} else {
|
||||
throw new UnsupportedOperationException("Unsupported Android Platform");
|
||||
return Platform.Android_Other;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user