mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rename Transform2D "elements" to "columns"
This commit is contained in:
parent
81139c94a8
commit
b831fb0a54
44 changed files with 410 additions and 407 deletions
|
|
@ -96,7 +96,7 @@ void CanvasLayer::_update_xform() {
|
|||
}
|
||||
|
||||
void CanvasLayer::_update_locrotscale() {
|
||||
ofs = transform.elements[2];
|
||||
ofs = transform.columns[2];
|
||||
rot = transform.get_rotation();
|
||||
scale = transform.get_scale();
|
||||
locrotscale_dirty = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue