diff options
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index ee880df0..29e3ff3d 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -1151,6 +1151,9 @@ function customSize(type) { case "bubble": size = 180; break; + default: + size = 9; + break; } return size; } |
