You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
@@ -371,7 +371,7 @@ void Array::sort() {
|
||||
}
|
||||
|
||||
struct _ArrayVariantSortCustom {
|
||||
Object *obj;
|
||||
Object *obj = nullptr;
|
||||
StringName func;
|
||||
|
||||
_FORCE_INLINE_ bool operator()(const Variant &p_l, const Variant &p_r) const {
|
||||
|
||||
Reference in New Issue
Block a user