Skip to content

Commit

Permalink
Tweaked extras order.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 15, 2011
1 parent 1c466f2 commit f848e60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions utils/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@
'extras/ImageUtils.js',
'extras/SceneUtils.js',
'extras/ShaderUtils.js',
'extras/cameras/QuakeCamera.js',
'extras/cameras/PathCamera.js',
'extras/io/Loader.js',
'extras/objects/MarchingCubes.js',
'extras/primitives/Cube.js',
'extras/primitives/Cylinder.js',
'extras/primitives/Plane.js',
'extras/primitives/Sphere.js',
'extras/primitives/Torus.js',
'extras/primitives/Icosahedron.js',
'extras/primitives/LathedObject.js',
'extras/objects/MarchingCubes.js',
'extras/cameras/QuakeCamera.js',
'extras/cameras/PathCamera.js',
'extras/io/Loader.js'
'extras/primitives/LathedObject.js'
]

CANVAS_FILES = [
Expand Down

0 comments on commit f848e60

Please sign in to comment.