|
@@ -424,9 +424,9 @@ namespace GFGGame
|
|
return gameObj;
|
|
return gameObj;
|
|
}
|
|
}
|
|
|
|
|
|
- private static void TryAddEffectObj(string res, string objName, GameObject parentObj, int sortingOrder, bool toAni)
|
|
|
|
|
|
+ private static void TryAddEffectObj(string res, string objName, GameObject parentObj, int sortingOrder, bool inAni)
|
|
{
|
|
{
|
|
- var resPath = ResPathUtil.GetDressUpEffectPath(res, toAni);
|
|
|
|
|
|
+ var resPath = ResPathUtil.GetDressUpEffectPath(res, inAni);
|
|
if (!VEngine.Versions.Contains(resPath))
|
|
if (!VEngine.Versions.Contains(resPath))
|
|
{
|
|
{
|
|
return;
|
|
return;
|