aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-impl-CustomJavaCode-gles1.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-impl-CustomJavaCode-gles1.java')
-rwxr-xr-xmake/gl-impl-CustomJavaCode-gles1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-impl-CustomJavaCode-gles1.java b/make/gl-impl-CustomJavaCode-gles1.java
index 4a59b039c..e47dc80e4 100755
--- a/make/gl-impl-CustomJavaCode-gles1.java
+++ b/make/gl-impl-CustomJavaCode-gles1.java
@@ -4,7 +4,7 @@ private boolean inBeginEndPair;
public GLES1Impl(GLContextImpl context) {
this._context = context;
- this.bufferSizeTracker = context.getBufferSizeTracker();
+ this.bufferSizeTracker = context.getOrCreateBufferSizeTracker();
}
public boolean isFunctionAvailable(String glFunctionName) {