mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
added return keyword, fixes #1797
This commit is contained in:
parent
e7aa37fe75
commit
442febd2ae
@ -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