Merge pull request #6 from jmschrack/patch-1
Added missing "$" to variable name on line 819
This commit is contained in:
commit
8c7c302af0
|
@ -816,7 +816,7 @@ debugMsg "Section: Slicer B"
|
|||
zoomPixels(){ # zoom tileSize
|
||||
local zoom=$1
|
||||
local pixels=$2
|
||||
if [ "zoom" -ne 0 ]
|
||||
if [ "$zoom" -ne 0 ]
|
||||
then
|
||||
let "pixels = pixels * 100"
|
||||
for(( i=0; i<zoom; i++ ))
|
||||
|
|
Loading…
Reference in New Issue