fixed erroneous callback
This commit is contained in:
parent
b35722028a
commit
f65350b8e9
@ -59,7 +59,7 @@ class GamepadDemo {
|
||||
break;
|
||||
case 'sequential':
|
||||
default:
|
||||
callback = this.launchSequentialDemoMode;
|
||||
callback = this.sequentialModeCallback;
|
||||
this.controlType = 'axis';
|
||||
this.controlIndex = 0;
|
||||
this.demoUpdateDelay = 1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user