You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #84054 from AThousandShips/mesh_fix
Fix invalid return from some `_get/_set`
This commit is contained in:
@@ -1712,7 +1712,7 @@ bool ArrayMesh::_get(const StringName &p_name, Variant &r_ret) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
void ArrayMesh::reset_state() {
|
||||
|
||||
Reference in New Issue
Block a user