|
@@ -1,4 +1,4 @@
|
|
|
-var __extends = this.__extends || function (d, b) {
|
|
|
+var __extends = this.__extends || function (d, b) {
|
|
|
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
|
function __() { this.constructor = d; }
|
|
|
__.prototype = b.prototype;
|
|
@@ -51,6 +51,7 @@ var BABYLON;
|
|
|
|
|
|
GamepadCamera.prototype.dispose = function () {
|
|
|
this._gamepads.dispose();
|
|
|
+ _super.prototype.dispose.call(this);
|
|
|
};
|
|
|
return GamepadCamera;
|
|
|
})(BABYLON.FreeCamera);
|