Skip to content

Commit

Permalink
Update GLTFExporter.js
Browse files Browse the repository at this point in the history
We should not upload to servers files from 'src'
  • Loading branch information
RemusMar committed Apr 25, 2024
1 parent 360c0e9 commit 0d61b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/exporters/GLTFExporter.js
Expand Up @@ -24,9 +24,9 @@ import {
CompressedTexture,
Vector3,
Quaternion,
REVISION
} from 'three';
import { decompress } from './../utils/TextureUtils.js';
import { REVISION } from '../../../src/constants.js';


/**
Expand Down

0 comments on commit 0d61b03

Please sign in to comment.