mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -709,7 +709,7 @@ bool Variant::is_zero() const {
|
||||
// atomic types
|
||||
case BOOL: {
|
||||
|
||||
return _data._bool == false;
|
||||
return !(_data._bool);
|
||||
} break;
|
||||
case INT: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user