mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ResourceManager.cs
This commit is contained in:
@@ -550,7 +550,7 @@ namespace TEngine
|
||||
{
|
||||
if (needInstance)
|
||||
{
|
||||
GameObject ret = handle.InstantiateSync();
|
||||
GameObject ret = handle.InstantiateSync(parent);
|
||||
return ret as T;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user