From 4bb01a86bea5873219bfb8ce13f95dbdef98bcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9lemy?= <31370477+BarthPaleologue@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:49:20 +0100 Subject: [PATCH] fixed missing side effect --- src/ts/utils/character.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ts/utils/character.ts b/src/ts/utils/character.ts index 902450b..45f93f4 100644 --- a/src/ts/utils/character.ts +++ b/src/ts/utils/character.ts @@ -6,6 +6,7 @@ import character from "../../assets/character.glb"; import { Vector3 } from "@babylonjs/core/Maths/math.vector"; import "@babylonjs/core/Animations/animatable"; +import "@babylonjs/core/Culling/ray"; import "@babylonjs/loaders/glTF/2.0/glTFLoader"; import { AbstractMesh } from "@babylonjs/core/Meshes/abstractMesh";