fix(asset-system): 移除未使用的 TextureLoader 导入
This commit is contained in:
@@ -7,7 +7,6 @@ import { AssetManager } from '../core/AssetManager';
|
|||||||
import { AssetGUID, AssetType } from '../types/AssetTypes';
|
import { AssetGUID, AssetType } from '../types/AssetTypes';
|
||||||
import { ITextureAsset, IAudioAsset, IJsonAsset } from '../interfaces/IAssetLoader';
|
import { ITextureAsset, IAudioAsset, IJsonAsset } from '../interfaces/IAssetLoader';
|
||||||
import { PathResolutionService, type IPathResolutionService } from '../services/PathResolutionService';
|
import { PathResolutionService, type IPathResolutionService } from '../services/PathResolutionService';
|
||||||
import { TextureLoader } from '../loaders/TextureLoader';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Texture engine bridge interface (for asset system)
|
* Texture engine bridge interface (for asset system)
|
||||||
|
|||||||
Reference in New Issue
Block a user