Skip to content

Commit

Permalink
🐛 fix missing m4 import
Browse files Browse the repository at this point in the history
  • Loading branch information
slooi committed Sep 24, 2024
1 parent 4234cf9 commit 252f0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { m4 } from "./m4"

console.log("############# ITS HERE ##############")
console.log(m4.mat4ToPreDet3(new Float32Array([
Expand Down

0 comments on commit 252f0d9

Please sign in to comment.