Skip to content

Commit

Permalink
fixed missing side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed Nov 26, 2023
1 parent ccd5f9c commit 4bb01a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts/utils/character.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4bb01a8

Please sign in to comment.