mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 00:36:32 +02:00
Added explanatory comment.
This commit is contained in:
parent
92b5d6037d
commit
6b48554fdd
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ bool operator==(const QScriptValue& first, const QScriptValue& second) {
|
|||
return true;
|
||||
|
||||
} else {
|
||||
// if none of the above tests apply, first must be invalid
|
||||
return !second.isValid();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue