Revision cb004f2e
Added by Leszek Koltunski over 4 years ago
src/main/java/org/distorted/main/RubikRenderer.java | ||
---|---|---|
85 | 85 |
|
86 | 86 |
try |
87 | 87 |
{ |
88 |
DistortedLibrary.onCreate(mView.getContext()); |
|
88 |
DistortedLibrary.onCreate(mView.getContext(),1);
|
|
89 | 89 |
} |
90 | 90 |
catch(Exception ex) |
91 | 91 |
{ |
Also available in: Unified diff
Take advantage of recent improvements to the library and stop allocating a queue of 4 FBOs - even if we are running on a Mali r12.