mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Added small fix to error message code
This commit is contained in:
parent
d54543e83c
commit
c46e73434c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue