2
0
Эх сурвалжийг харах

Update GLTFExporter.js (#28222)

We should not upload to servers files from 'src'
Remus M 1 жил өмнө
parent
commit
5dcad54f4b

+ 1 - 1
examples/jsm/exporters/GLTFExporter.js

@@ -24,9 +24,9 @@ import {
 	CompressedTexture,
 	Vector3,
 	Quaternion,
+	REVISION
 } from 'three';
 import { decompress } from './../utils/TextureUtils.js';
-import { REVISION } from '../../../src/constants.js';
 
 
 /**