diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-04 15:28:37 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-04 15:28:37 +0200 |
commit | fb277dbde6a337a3294867f54cebc54c7cd91653 (patch) | |
tree | ea3dcb0f1ba9dd7d64fa35790994700af4becff9 /tools/editor/plugins/spatial_editor_plugin.cpp | |
parent | dd419e8efa347a8c1d6be464a89ec056cb4e4712 (diff) | |
download | redot-engine-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.gz |
i18n: Don't make print_line calls translatable
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.cpp')
-rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.cpp b/tools/editor/plugins/spatial_editor_plugin.cpp index 331cf6309c..fa709eb0cb 100644 --- a/tools/editor/plugins/spatial_editor_plugin.cpp +++ b/tools/editor/plugins/spatial_editor_plugin.cpp @@ -1156,7 +1156,7 @@ void SpatialEditorViewport::_sinput(const InputEvent &p_event) { _edit.gizmo_handle=gizmo_handle; //_edit.gizmo_initial_pos=seg->get_handle_pos(gizmo_handle); _edit.gizmo_initial_value=seg->get_handle_value(gizmo_handle); - //print_line(TTR("GIZMO: ")+itos(gizmo_handle)+" FROMPOS: "+_edit.orig_gizmo_pos); + //print_line("GIZMO: "+itos(gizmo_handle)+" FROMPOS: "+_edit.orig_gizmo_pos); break; } |