Skip to content

Commit f578519

Browse files
committed
fix SDLSurfaceView constructor
1 parent 439c408 commit f578519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/org/renpy/android/SDLSurfaceView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ private void printConfig(EGL10 egl, EGLDisplay display,
344344
// Our own view
345345
static SDLSurfaceView instance = null;
346346

347-
public SDLSurfaceView(Activity act, String argument) {
347+
public SDLSurfaceView(PythonActivity act, String argument) {
348348
super(act);
349349
SDLSurfaceView.instance = this;
350350

0 commit comments

Comments
 (0)