|
@@ -34,7 +34,7 @@ class DRACOExporter {
|
|
|
|
|
|
if ( DracoEncoderModule === undefined ) {
|
|
if ( DracoEncoderModule === undefined ) {
|
|
|
|
|
|
- throw new Error( 'THREE.DRACOExporter: required the draco_decoder to work.' );
|
|
|
|
|
|
+ throw new Error( 'THREE.DRACOExporter: required the draco_encoder to work.' );
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|