Skip to content

Commit

Permalink
change filterType to public
Browse files Browse the repository at this point in the history
  • Loading branch information
pangweiwei committed Jan 9, 2019
1 parent 83a8438 commit b1c25c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Slua/Editor/LuaCodeGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static public void GenerateAll()
AssetDatabase.Refresh();
}

static bool filterType(Type t, List<string> noUseList, List<string> uselist)
static public bool filterType(Type t, List<string> noUseList, List<string> uselist)
{
if (t.IsDefined(typeof(CompilerGeneratedAttribute), false))
{
Expand Down

0 comments on commit b1c25c2

Please sign in to comment.