diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-12-06 10:30:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 10:30:37 +0100 |
commit | 3a7d5a1c64fa6e5a46b49101f3c04104ad9b954b (patch) | |
tree | 715a439c8382be924d885b79360f3099c3518d9c /editor/plugins | |
parent | 9b41b13370c6203ab43211039b4cc64698275fd6 (diff) | |
parent | 89ec3d3bc749e4ec01bdf205447e257207297421 (diff) |
Merge pull request #55651 from Calinou/remove-more-debug-prints
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/node_3d_editor_gizmos.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_gizmos.cpp b/editor/plugins/node_3d_editor_gizmos.cpp index 60ba98a706..1f5d68929a 100644 --- a/editor/plugins/node_3d_editor_gizmos.cpp +++ b/editor/plugins/node_3d_editor_gizmos.cpp @@ -2871,7 +2871,6 @@ void GPUParticlesCollision3DGizmoPlugin::commit_handle(const EditorNode3DGizmo * void GPUParticlesCollision3DGizmoPlugin::redraw(EditorNode3DGizmo *p_gizmo) { Node3D *cs = p_gizmo->get_spatial_node(); - print_line("redraw request " + itos(cs != nullptr)); p_gizmo->clear(); const Ref<Material> material = |