Skip to content

Commit

Permalink
removes unused imports on CharacterMaterial class (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy authored Jun 11, 2024
1 parent b7a45d7 commit d03a2e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Color, MeshPhysicalMaterial, MeshStandardMaterial, Texture, UniformsUtils } from "three";
import { Color, MeshStandardMaterial, UniformsUtils } from "three";

import { CameraManager } from "../camera/CameraManager";
import { ease } from "../helpers/math-helpers";
Expand Down

0 comments on commit d03a2e8

Please sign in to comment.