You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 More updates
This commit is contained in:
@@ -57,7 +57,7 @@ export class AssetManager implements IAssetManager
|
||||
{
|
||||
if(!name) return null;
|
||||
|
||||
return this._collections.get(name);
|
||||
return this._collections.get(name) ?? null;
|
||||
}
|
||||
|
||||
public createCollection(data: IAssetData, spritesheet: Spritesheet): IGraphicAssetCollection
|
||||
|
||||
Reference in New Issue
Block a user