1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Rename Transform2D "elements" to "columns"

This commit is contained in:
Aaron Franke
2022-04-24 16:59:24 -05:00
parent 81139c94a8
commit b831fb0a54
44 changed files with 410 additions and 407 deletions

View File

@@ -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;