Skip to content

Commit

Permalink
Update GLTFExporter.js (#28222)
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 26, 2024
1 parent b175d49 commit 5dcad54
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 5dcad54

Please sign in to comment.