Browse Source

added LathedObject to build script for extras options

astrodud 14 years ago
parent
commit
a62dc97e60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/build.py

+ 1 - 1
utils/build.py

@@ -80,7 +80,7 @@ EXTRAS_FILES = [
 'extras/primitives/Cube.js',
 'extras/primitives/Cylinder.js',
 'extras/primitives/Plane.js',
-'extras/primitives/Sphere.js',
+'extras/primitives/Sphere.js','extras/primitives/LathedObject.js',
 'extras/io/Loader.js'
 ]