Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10298 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
caac42e97e
commit
723ec34a15
@ -146,6 +146,8 @@ public abstract class JmeSystemDelegate {
|
|||||||
return false;
|
return false;
|
||||||
} else if (arch.equals("universal")) {
|
} else if (arch.equals("universal")) {
|
||||||
return false;
|
return false;
|
||||||
|
} else if (arch.equals("arm")) {
|
||||||
|
return false;
|
||||||
} else {
|
} else {
|
||||||
throw new UnsupportedOperationException("Unsupported architecture: " + arch);
|
throw new UnsupportedOperationException("Unsupported architecture: " + arch);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user