Fix wrong param name

This commit is contained in:
Sean Lilley 2016-08-26 15:49:55 -04:00
parent 99a5e87623
commit 767612643c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function convert(objFile, outputPath, options) {
binary: binary, binary: binary,
embed: embed, embed: embed,
embedImage: embedImage, embedImage: embedImage,
octEncodeNormals: compress, encodeNormals: compress,
quantize: compress, quantize: compress,
aoOptions: aoOptions, aoOptions: aoOptions,
optimizeForCesium : optimizeForCesium, optimizeForCesium : optimizeForCesium,