mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Loosen sPassInstances.Count check
This commit is contained in:
parent
bfd062dd59
commit
f7d2e57077
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@ namespace IDE.Compiler
|
||||||
sPassInstances.Add(this);
|
sPassInstances.Add(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Debug.Assert(sPassInstances.Count <= 5);
|
Debug.Assert(sPassInstances.Count <= 5);
|
||||||
Debug.Assert(sPassInstances.Count <= 4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public ~this()
|
public ~this()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue