Skip to content

Commit

Permalink
feat: use vector math 32 instead of 64
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Dec 14, 2024
1 parent e417dc4 commit e6ceed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forge2d/lib/src/vector_math.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export 'package:vector_math/vector_math_64.dart'
export 'package:vector_math/vector_math.dart'
show Vector2, Matrix2, Vector3, Matrix3;

0 comments on commit e6ceed6

Please sign in to comment.