Skip to content

Commit

Permalink
Fix EnvironmentSceneAlt filename typo (google#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirox authored Jun 8, 2021
1 parent d4faff6 commit f4de075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model-viewer/src/three-components/TextureUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {deserializeUrl} from '../utilities.js';
import {ProgressTracker} from '../utilities/progress-tracker.js';

import EnvironmentScene from './EnvironmentScene.js';
import EnvironmentSceneAlt from './EvironmentSceneAlt.js';
import EnvironmentSceneAlt from './EnvironmentSceneAlt.js';

export interface EnvironmentMapAndSkybox {
environmentMap: WebGLRenderTarget;
Expand Down

0 comments on commit f4de075

Please sign in to comment.