Skip to content

Commit 294a1e5

Browse files
author
Mike Bond
committed
Fix import issue
1 parent 4aacaf1 commit 294a1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/loaders/src/glTF/2.0/Extensions/KHR_materials_anisotropy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { IGLTFLoaderExtension } from "../glTFLoaderExtension";
88
import { GLTFLoader } from "../glTFLoader";
99
import type { IKHRMaterialsAnisotropy } from "babylonjs-gltf2interface";
1010
import { registerGLTFExtension, unregisterGLTFExtension } from "../glTFLoaderExtensionRegistry";
11-
import { Vector2 } from "core/Maths";
11+
import { Vector2 } from "core/Maths/math.vector";
1212

1313
const NAME = "KHR_materials_anisotropy";
1414

0 commit comments

Comments
 (0)