You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
renamed all Rect3.pos to Rect3.position
This commit is contained in:
committed by
Rémi Verschelde
parent
63fd693c1e
commit
935f730170
@@ -770,7 +770,7 @@ Error VisualServer::_surface_set_data(Array p_arrays, uint32_t p_format, uint32_
|
||||
if (bptr->size.x < 0) {
|
||||
//first
|
||||
bptr[idx] = Rect3();
|
||||
bptr[idx].pos = v;
|
||||
bptr[idx].position = v;
|
||||
any_valid = true;
|
||||
} else {
|
||||
bptr[idx].expand_to(v);
|
||||
|
||||
Reference in New Issue
Block a user