Browse Source

Update webVRController.ts

importing is important
Raanan Weber 6 years ago
parent
commit
7cae818fd1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Gamepads/Controllers/webVRController.ts

+ 2 - 0
src/Gamepads/Controllers/webVRController.ts

@@ -5,6 +5,8 @@ import { _TimeToken } from "../../Instrumentation/timeToken";
 import { _DepthCullingState, _StencilState, _AlphaState } from "../../States/index";
 import { PoseEnabledController, ExtendedGamepadButton, MutableGamepadButton } from "./poseEnabledController";
 import { StickValues, GamepadButtonChanges } from "../../Gamepads/gamepad";
+import { Nullable } from '../../types';
+
 /**
  * Defines the WebVRController object that represents controllers tracked in 3D space
  */