1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

ContainsAlt rename

This commit is contained in:
Brian Fiete 2021-12-03 05:58:45 -08:00
parent ab1146d72a
commit 15003d5f6a

View file

@ -18,7 +18,7 @@ namespace IDE.util
return;
}
if (!mDefinesSet.ContainsWith(str))
if (!mDefinesSet.ContainsAlt(str))
{
var strCopy = new String(str);
mDefines.Add(strCopy);