This commit is contained in:
Mihai Alexandru
2024-06-17 12:01:00 +03:00
committed by GitHub
parent 165d478cb9
commit b7d44342d1

View File

@@ -107,11 +107,10 @@ public class GameActivity extends SDLActivity {
protected void onCreate (Bundle state) {
vibrator = (Vibrator)mSingleton.getSystemService (Context.VIBRATOR_SERVICE);
super.onCreate (state);
assetManager = getAssets ();
vibrator = (Vibrator)mSingleton.getSystemService (Context.VIBRATOR_SERVICE);
handler = new Handler ();
Extension.assetManager = assetManager;