mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 20:11:39 +12:00
Cleanup jni_driver
This commit is contained in:
parent
62880f0fd6
commit
c1162678bb
3 changed files with 40 additions and 158 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue