Explorar o código

Update webVRController.ts

importing is important
Raanan Weber %!s(int64=6) %!d(string=hai) anos
pai
achega
7cae818fd1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
  */