1
0
Fork 0
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:
Brian Fiete 2022-04-30 09:00:12 -07:00
parent bfd062dd59
commit f7d2e57077

View file

@ -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()