mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-24 08:24:23 +01:00
Fix typo.
This commit is contained in:
parent
f05211351b
commit
fdd62f1d9a
@ -1195,7 +1195,7 @@ public class Pandemonium extends Fragment implements SensorEventListener, IDownl
|
||||
}
|
||||
|
||||
@Keep
|
||||
private void createNewPandemoniumInstance(String[] args) {
|
||||
private int createNewPandemoniumInstance(String[] args) {
|
||||
if (pandemoniumHost != null) {
|
||||
pandemoniumHost.onNewPandemoniumInstanceRequested(args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user