Expand bcscale() comment in farm_map_set_bcscale().

This commit is contained in:
Michael Stenta 2020-10-30 19:10:42 -04:00
parent 7aa49b68a4
commit f9dea9a248
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ function farm_map_set_bcscale($reset = FALSE) {
}
// Set the scale, if it has not been already.
// bcscale() sets the scale globally, and returns the previous scale, which we
// save in the static $scale variable, so that we can reset later.
if (!isset($scale)) {
$scale = bcscale(24);
}