Cleanup jni_driver

This commit is contained in:
offtkp 2023-11-28 13:26:07 +02:00
parent 62880f0fd6
commit c1162678bb
3 changed files with 40 additions and 158 deletions

View file

@ -38,7 +38,7 @@ public class GameActivity extends BaseActivity {
return;
}
pandaSurface = new PandaGlSurfaceView(this, intent.getStringExtra(Constants.EXTRA_PATH));;
pandaSurface = new PandaGlSurfaceView(this, intent.getStringExtra(Constants.EXTRA_PATH));
setContentView(R.layout.game_activity);