Skip to content

Commit

Permalink
fix: forgot to output mat4/quat functions
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr committed Oct 14, 2021
1 parent 0f3639e commit 7a11a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/math/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from './mat4';
export * from './quat';
export * from './vec';
export * from './vec3';
export * from './vec4';
Expand Down

0 comments on commit 7a11a58

Please sign in to comment.