From 5dcad54f4b9d0ef753cd1fc9c97dfbb21fb9c36f Mon Sep 17 00:00:00 2001 From: Remus M Date: Fri, 26 Apr 2024 06:59:08 +0100 Subject: [PATCH] Update GLTFExporter.js (#28222) We should not upload to servers files from 'src' --- examples/jsm/exporters/GLTFExporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jsm/exporters/GLTFExporter.js b/examples/jsm/exporters/GLTFExporter.js index b43e0638604ae..7f72978aa2516 100644 --- a/examples/jsm/exporters/GLTFExporter.js +++ b/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'; /**