You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Style: Apply clang-tidy to current code, add readability-redundant-member-init
This commit is contained in:
@@ -1142,7 +1142,7 @@ bool Texture3D::has_mipmaps() const {
|
||||
if (GDVIRTUAL_REQUIRED_CALL(_has_mipmaps, ret)) {
|
||||
return ret;
|
||||
}
|
||||
return 0;
|
||||
return false;
|
||||
}
|
||||
|
||||
Vector<Ref<Image>> Texture3D::get_data() const {
|
||||
|
||||
Reference in New Issue
Block a user