fixed erroneous callback

This commit is contained in:
Michaël Ferrand 2017-05-19 22:11:09 +02:00 committed by GitHub
parent b35722028a
commit f65350b8e9

View File

@ -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;