Added small fix to error message code

This commit is contained in:
Bing Shearer 2015-07-27 11:59:09 -07:00
parent d54543e83c
commit c46e73434c

View file

@ -100,7 +100,7 @@ var leafSquall = function (properties) {
}
if (properties.hasOwnProperty("windFactor")) {
windFactor = properties.windFactor;
} else {
} else if (complexMovement == true){
print("ERROR: Wind Factor must be defined for complex movement")
}