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)