You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #56337 from cdemirer/fix-array-dictionary-id
This commit is contained in:
@@ -631,7 +631,7 @@ Variant Array::max() const {
|
||||
}
|
||||
|
||||
const void *Array::id() const {
|
||||
return _p->array.ptr();
|
||||
return _p;
|
||||
}
|
||||
|
||||
Array::Array(const Array &p_from, uint32_t p_type, const StringName &p_class_name, const Variant &p_script) {
|
||||
|
||||
Reference in New Issue
Block a user