mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Merge pull request #1798 from ricpelo/ricpelo-patch-1
Missing return statement
This commit is contained in:
commit
913cb443fc
@ -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