Skip to content

Commit 86f2f8a

Browse files
committed
update gdx to 1.9.10
1 parent 6918cd0 commit 86f2f8a

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ buildscript {
1212

1313
ext {
1414
scarabeiVersion = "5.2.3"
15-
gdxVersion = "1.9.6"
16-
//gdxJitPackVersion = "1.9.6"
17-
18-
15+
gdxVersion = "1.9.10"
1916
}
2017

2118
allprojects {

r3-fokker-android/src/com/badlogic/gdx/backends/android/RedAndroidGraphics.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
import com.badlogic.gdx.graphics.glutils.ShaderProgram;
4747
import com.badlogic.gdx.utils.GdxRuntimeException;
4848
import com.badlogic.gdx.utils.SnapshotArray;
49+
import com.jfixby.scarabei.api.err.Err;
4950

5051
import android.opengl.GLSurfaceView;
5152
import android.opengl.GLSurfaceView.EGLConfigChooser;
@@ -766,4 +767,14 @@ public AndroidMonitor (final int virtualX, final int virtualY, final String name
766767
super(virtualX, virtualY, name);
767768
}
768769
}
770+
771+
@Override
772+
public void setGL20 (final GL20 gl20) {
773+
Err.throwNotImplementedYet();
774+
}
775+
776+
@Override
777+
public void setGL30 (final GL30 gl30) {
778+
Err.throwNotImplementedYet();
779+
}
769780
}

0 commit comments

Comments
 (0)