Corrected a recent line change to return "0" instead of void, per
github Issue #104 by lantertronics.
This commit is contained in:
parent
24e2991fe3
commit
d43013048d
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue