fix invalid syntax

This commit is contained in:
wmayer
2017-12-13 17:24:39 +01:00
parent 25bf33077e
commit b22f231345

View File

@@ -664,7 +664,7 @@ bool Rotation::isIdentity() const
this->quat[1] == 0 &&
this->quat[2] == 0) &&
(this->quat[3] == 1 ||
this->quat[3] == -1);
this->quat[3] == -1));
}
bool Rotation::isNull() const