You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user