Skip to content

Commit

Permalink
Merge pull request Tencent#145 from iNeverSleeeeep/master
Browse files Browse the repository at this point in the history
非UnityEditor环境下使用CSharpCallLua异常
  • Loading branch information
chexiongsheng authored May 4, 2017
2 parents 7796c5a + b826b98 commit 5a02dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/XLua/Src/ObjectTranslator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public Array GetParams(RealStatePtr L, int index, Type type) //反射版本
}
return ret;
}
#if UNITY_EDITOR
#if UNITY_EDITOR || XLUA_GENERAL
public void PushParams(RealStatePtr L, Array ary)
{
if (ary != null)
Expand Down

0 comments on commit 5a02dbf

Please sign in to comment.