Skip to content

Commit 9dc710d

Browse files
committed
add static on the mView + mActivity (forgot about it before...)
1 parent 2525476 commit 9dc710d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/src/org/renpy/android/PythonActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public class PythonActivity extends Activity implements Runnable {
3838
private static AudioThread mAudioThread = null;
3939

4040
// The SDLSurfaceView we contain.
41-
public SDLSurfaceView mView = null;
42-
public PythonActivity mActivity = null;
41+
public static SDLSurfaceView mView = null;
42+
public static PythonActivity mActivity = null;
4343

4444
// Did we launch our thread?
4545
private boolean mLaunchedThread = false;

0 commit comments

Comments
 (0)