Missing return statement
This commit is contained in:
parent
af06843982
commit
256a9fd1df
@ -532,7 +532,7 @@ bool Variant::is_zero() const {
|
||||
} break;
|
||||
case QUAT: {
|
||||
|
||||
*reinterpret_cast<const Quat*>(_data._mem)==Quat();
|
||||
return *reinterpret_cast<const Quat*>(_data._mem)==Quat();
|
||||
|
||||
} break;
|
||||
case MATRIX3: {
|
||||
|
Loading…
Reference in New Issue
Block a user