WIP
This commit is contained in:
parent
140047fe7b
commit
f56134b969
@ -139,6 +139,9 @@
|
||||
}else if(action.equalsIgnoreCase('start')){
|
||||
seed = fetchSeed(args[1]);
|
||||
$.log.error(seed)
|
||||
$.log.error(seed.id)
|
||||
$.log.error(seed['bounds'])
|
||||
$.log.error(seed.bounds)
|
||||
scale = calculateScale(seed.bounds)
|
||||
}else if(action.equalsIgnoreCase('end')){
|
||||
isOpen = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user