You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Missing return statement
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user