Skip to content

Commit

Permalink
fix: add missing CompressedTracks export
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Oct 3, 2020
1 parent d6b1a36 commit bc8f790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acl-js/acl.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export { Quat } from './src-js/quat.js'
export { QVV } from './src-js/qvv.js'
export { Vec3 } from './src-js/vec3.js'
export { RoundingPolicy, isRoundingPolicy } from './src-js/rounding_policy.js'
export { CompressedTracks } from './src-js/compressed_tracks.js'

////////////////////////////////////////////////////////////////////////////////
// Compression types
Expand Down

0 comments on commit bc8f790

Please sign in to comment.