mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ResourceManager.cs
This commit is contained in:
@@ -202,9 +202,10 @@ namespace TEngine
|
|||||||
if (package == null)
|
if (package == null)
|
||||||
{
|
{
|
||||||
package = YooAssets.CreatePackage(packageName);
|
package = YooAssets.CreatePackage(packageName);
|
||||||
PackageMap[packageName] = package;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PackageMap[packageName] = package;
|
||||||
|
|
||||||
// 编辑器下的模拟模式
|
// 编辑器下的模拟模式
|
||||||
InitializationOperation initializationOperation = null;
|
InitializationOperation initializationOperation = null;
|
||||||
if (playMode == EPlayMode.EditorSimulateMode)
|
if (playMode == EPlayMode.EditorSimulateMode)
|
||||||
|
Reference in New Issue
Block a user