(client) feat:实现热重载
This commit is contained in:
@ -37,7 +37,7 @@ namespace Managers
|
||||
var pack = Managers.DefineManager.Instance.GetDefinePackage(ima);
|
||||
var path = Path.Combine(pack.packRootPath, ima.path);
|
||||
var texture = Configs.ConfigProcessor.LoadTextureByIO(path);
|
||||
if (texture == null)
|
||||
if (!texture)
|
||||
continue;
|
||||
|
||||
var packId = ima.packID;
|
||||
|
Reference in New Issue
Block a user