* Do not crash if running on x86 / MIPS android system when using JmeSystem.getPlatform()
This commit is contained in:
parent
4bfd992751
commit
86dbade689
@ -95,7 +95,12 @@ public enum Platform {
|
|||||||
|
|
||||||
iOS_X86,
|
iOS_X86,
|
||||||
|
|
||||||
iOS_ARM;
|
iOS_ARM,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Android running on unknown platform (could be x86 or mips for example).
|
||||||
|
*/
|
||||||
|
Android_Other;
|
||||||
|
|
||||||
private final boolean is64bit;
|
private final boolean is64bit;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user