mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ResourceModule.cs
This commit is contained in:
@@ -179,6 +179,10 @@ namespace TEngine
|
||||
m_ResourceManager.Milliseconds = milliseconds;
|
||||
m_ResourceManager.Initialize();
|
||||
Log.Info($"AssetsComponent Run Mode:{playMode}");
|
||||
if (playMode == EPlayMode.EditorSimulateMode)
|
||||
{
|
||||
m_ResourceManager.InitPackage();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user