Skip to content

Commit 63420c5

Browse files
author
Mike Bond
committed
Fix compile warnings
1 parent 143fefa commit 63420c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/dev/core/src/Materials/standardMaterial.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* eslint-disable @typescript-eslint/naming-convention */
22
import { serialize, serializeAsColor3, expandToProperty, serializeAsFresnelParameters, serializeAsTexture } from "../Misc/decorators";
3-
import type { Observer } from "../Misc/observable";
43
import { SmartArray } from "../Misc/smartArray";
54
import type { IAnimatable } from "../Animations/animatable.interface";
65

@@ -16,7 +15,6 @@ import { PrePassConfiguration } from "./prePassConfiguration";
1615

1716
import { ImageProcessingDefinesMixin } from "./imageProcessingConfiguration.defines";
1817
import { ImageProcessingConfiguration } from "./imageProcessingConfiguration";
19-
import type { ColorCurves } from "./colorCurves";
2018
import type { FresnelParameters } from "./fresnelParameters";
2119
import type { ICustomShaderNameResolveOptions } from "../Materials/material";
2220
import { Material } from "../Materials/material";

0 commit comments

Comments
 (0)