From 232cbcb07435094ebc6c045933f6e1acc7cb43de Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Thu, 30 Jan 2025 22:00:49 -0500 Subject: [PATCH] Update declarations --- types/three/src/renderers/common/Renderer.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/three/src/renderers/common/Renderer.d.ts b/types/three/src/renderers/common/Renderer.d.ts index fa9a8aeb4..dea3643db 100644 --- a/types/three/src/renderers/common/Renderer.d.ts +++ b/types/three/src/renderers/common/Renderer.d.ts @@ -1,6 +1,5 @@ -import { TextureDataType } from "@types/three"; import { Camera } from "../../cameras/Camera.js"; -import { ShadowMapType, TimestampQuery, ToneMapping } from "../../constants.js"; +import { ShadowMapType, TextureDataType, TimestampQuery, ToneMapping } from "../../constants.js"; import { BufferAttribute } from "../../core/BufferAttribute.js"; import { BufferGeometry, GeometryGroup } from "../../core/BufferGeometry.js"; import { Object3D } from "../../core/Object3D.js";