Skip to content

Commit

Permalink
Update modularize.js
Browse files Browse the repository at this point in the history
Removed `TypedArrayUtils`.
  • Loading branch information
Mugen87 authored Dec 28, 2020
1 parent e434971 commit 6a05d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/modularize.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ var files = [
{ path: 'utils/SceneUtils.js', dependencies: [], ignoreList: [] },
{ path: 'utils/ShadowMapViewer.js', dependencies: [ { name: 'UnpackDepthRGBAShader', path: 'shaders/UnpackDepthRGBAShader.js' } ], ignoreList: [] },
{ path: 'utils/SkeletonUtils.js', dependencies: [], ignoreList: [] },
{ path: 'utils/TypedArrayUtils.js', dependencies: [], ignoreList: [] },
{ path: 'utils/UVsDebug.js', dependencies: [], ignoreList: [ 'SphereBufferGeometry' ] },

{ path: 'WebGL.js', dependencies: [], ignoreList: [] },
Expand Down

0 comments on commit 6a05d60

Please sign in to comment.