1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +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

@@ -812,7 +812,7 @@ void ScriptEditorDebugger::_notification(int p_what) {
Transform2D transform;
transform.scale_basis(Size2(zoom, zoom));
transform.elements[2] = -offset * zoom;
transform.columns[2] = -offset * zoom;
Array msg;
msg.push_back(transform);