1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Make remote debug elements ignore the canvas scaling

This commit is contained in:
Michael Alexsander
2025-10-15 21:05:15 -03:00
parent f5918a9d35
commit 33c2ce5dee
2 changed files with 9 additions and 1 deletions

View File

@@ -299,6 +299,7 @@ private:
LocalVector<ObjectID> selected_ci_nodes;
real_t sel_2d_grab_dist = 0;
int sel_2d_scale = 1;
RID sbox_2d_ci;