From c23c6c21dba2a874ddf98b8bfab4c156721c5ff0 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Tue, 16 Dec 2025 12:06:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(asset-system):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=20TextureLoader=20?= =?UTF-8?q?=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/asset-system/src/integration/EngineIntegration.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/asset-system/src/integration/EngineIntegration.ts b/packages/asset-system/src/integration/EngineIntegration.ts index 8d379883..5309a97c 100644 --- a/packages/asset-system/src/integration/EngineIntegration.ts +++ b/packages/asset-system/src/integration/EngineIntegration.ts @@ -7,7 +7,6 @@ import { AssetManager } from '../core/AssetManager'; import { AssetGUID, AssetType } from '../types/AssetTypes'; import { ITextureAsset, IAudioAsset, IJsonAsset } from '../interfaces/IAssetLoader'; import { PathResolutionService, type IPathResolutionService } from '../services/PathResolutionService'; -import { TextureLoader } from '../loaders/TextureLoader'; /** * Texture engine bridge interface (for asset system)