fixed erroneous callback
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user