mirror of
https://github.com/overte-org/overte.git
synced 2025-06-07 01:41:39 +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")) {
|
if (properties.hasOwnProperty("windFactor")) {
|
||||||
windFactor = properties.windFactor;
|
windFactor = properties.windFactor;
|
||||||
} else {
|
} else if (complexMovement == true){
|
||||||
print("ERROR: Wind Factor must be defined for complex movement")
|
print("ERROR: Wind Factor must be defined for complex movement")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue