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