Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed May 21, 2024
1 parent 2bf3f30 commit cad37e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
VectorKeyframeTrack,
SRGBColorSpace
} from 'three';
import { TGALoader } from '../loaders/TGALoader.js';
import { TGALoader } from './TGALoader.js';

class ColladaLoader extends Loader {

Expand Down

0 comments on commit cad37e3

Please sign in to comment.