f
This commit is contained in:
parent
de8fda9a81
commit
a08019518c
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,7 @@ template computeCoverages(
|
||||||
|
|
||||||
when defined(pixieLeakCheck):
|
when defined(pixieLeakCheck):
|
||||||
if prevAt != size.x and count != 0:
|
if prevAt != size.x and count != 0:
|
||||||
echo "Leak detected: ", count, " @ ", prevAt, " ", y
|
echo "Leak detected: ", count, " @ (", prevAt, ", ", y, ")"
|
||||||
|
|
||||||
proc fillShapes(
|
proc fillShapes(
|
||||||
image: Image,
|
image: Image,
|
||||||
|
|
Loading…
Reference in a new issue