Skip to content

Commit 350cb2f

Browse files
author
Mike Bond
committed
Fix import
1 parent 37bb4a2 commit 350cb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/core/src/Materials/PBR/openPbrMaterial.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Scene } from "../../scene";
66
import { Color3, Color4 } from "../../Maths/math.color";
77
import { ImageProcessingConfiguration } from "../imageProcessingConfiguration";
88
import type { BaseTexture } from "../../Materials/Textures/baseTexture";
9+
import { Texture } from "../../Materials/Textures/texture";
910
import { PBRBaseMaterial } from "./pbrBaseMaterial";
1011
import { RegisterClass } from "../../Misc/typeStore";
1112
import { Material } from "../material";
@@ -63,7 +64,6 @@ import { PushMaterial } from "../pushMaterial";
6364
import { SmartArray } from "../../Misc/smartArray";
6465
import type { RenderTargetTexture } from "../Textures/renderTargetTexture";
6566
import type { IAnimatable } from "../../Animations/animatable.interface";
66-
import { Texture } from "../Textures";
6767

6868
const onCreatedEffectParameters = { effect: null as unknown as Effect, subMesh: null as unknown as Nullable<SubMesh> };
6969

0 commit comments

Comments
 (0)