mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
ContainsAlt rename
This commit is contained in:
parent
ab1146d72a
commit
15003d5f6a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace IDE.util
|
|||
return;
|
||||
}
|
||||
|
||||
if (!mDefinesSet.ContainsWith(str))
|
||||
if (!mDefinesSet.ContainsAlt(str))
|
||||
{
|
||||
var strCopy = new String(str);
|
||||
mDefines.Add(strCopy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue