Corrected a recent line change to return "0" instead of void, per

github Issue #104 by lantertronics.
This commit is contained in:
Tim Edwards 2021-11-29 17:57:18 -05:00
parent 24e2991fe3
commit d43013048d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.232
8.3.233

View File

@ -2908,7 +2908,7 @@ calmaPaintLabelFunc(tile, cos)
if (IsSplit(tile)) return 0; /* Ignore non-Manhattan geometry */
if (!CalmaIsValidLayer(layer->cl_calmanum))
return;
return 0;
TiToRect(tile, &r);