Add "ProfilingList" to debug printout
This commit is contained in:
parent
5ebc61015b
commit
a1bc44296a
@ -33,7 +33,7 @@ namespace SemiColinGames {
|
||||
[Conditional("DEBUG")]
|
||||
private void CheckCapacity() {
|
||||
if (items.Capacity != previousCapacity) {
|
||||
Debug.WriteLine($"{name} capacity: {previousCapacity} -> {items.Capacity}");
|
||||
Debug.WriteLine($"ProfilingList {name} capacity: {previousCapacity} -> {items.Capacity}");
|
||||
previousCapacity = items.Capacity;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user