Fix bug noted by zookeeper.
This commit is contained in:
parent
f605afa332
commit
7ffdd45d16
1 changed files with 3 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
|||
y=1
|
||||
[/store_locations]
|
||||
[set_variable]
|
||||
name=${XSIZE_NAME}
|
||||
name={XSIZE_NAME}
|
||||
value=$GET_MAP_temp.length
|
||||
[/set_variable]
|
||||
[clear_variable]
|
||||
|
@ -89,10 +89,11 @@
|
|||
x=1
|
||||
[/store_locations]
|
||||
[set_variable]
|
||||
name=${YSIZE_NAME}
|
||||
name={YSIZE_NAME}
|
||||
value=$GET_MAP_temp.length
|
||||
[/set_variable]
|
||||
[clear_variable]
|
||||
name=GET_MAP_temp
|
||||
[/clear_variable]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue