Browse Source

Changed comment to reflect new changes

Dave Solares 5 years ago
parent
commit
4a2b44c2c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/DeviceInput/deviceInputSystem.ts

+ 1 - 1
src/DeviceInput/deviceInputSystem.ts

@@ -41,7 +41,7 @@ export class DeviceInputSystem {
 
     /**
      * Default Constructor
-     * @param elementToAttachTo - element to attach events to (usually canvas)
+     * @param scene - scene object to check for canvas
      */
     constructor(scene: Scene) {
         this._elementToAttachTo = scene.getEngine().getInputElement();