Merge pull request #1494 from player-03/include.hxp
Add support for include.hxp.
This commit is contained in:
@@ -1180,7 +1180,7 @@ class CommandLineTools
|
||||
if ((extension == "lime" && file != "include.lime")
|
||||
|| (extension == "nmml" && file != "include.nmml")
|
||||
|| (extension == "xml" && file != "include.xml")
|
||||
|| extension == "hxp")
|
||||
|| (extension == "hxp" && file != "include.hxp"))
|
||||
{
|
||||
matches.get(extension).push(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user