aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/baked_light_baker.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2016-05-04 15:28:37 +0200
committerRémi Verschelde2016-05-04 15:28:37 +0200
commitfb277dbde6a337a3294867f54cebc54c7cd91653 (patch)
treeea3dcb0f1ba9dd7d64fa35790994700af4becff9 /tools/editor/plugins/baked_light_baker.cpp
parentdd419e8efa347a8c1d6be464a89ec056cb4e4712 (diff)
downloadgodot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.gz
godot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.zst
godot-fb277dbde6a337a3294867f54cebc54c7cd91653.zip
i18n: Don't make print_line calls translatable
Diffstat (limited to 'tools/editor/plugins/baked_light_baker.cpp')
-rw-r--r--tools/editor/plugins/baked_light_baker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/plugins/baked_light_baker.cpp b/tools/editor/plugins/baked_light_baker.cpp
index a37bbce6f..c7ae98e91 100644
--- a/tools/editor/plugins/baked_light_baker.cpp
+++ b/tools/editor/plugins/baked_light_baker.cpp
@@ -1533,7 +1533,7 @@ void BakedLightBaker::_make_octree_texture() {
baked_octree_texture_h=nearest_power_of_2(baked_octree_texture_h);
- print_line(TTR("RESULT! ")+itos(baked_octree_texture_w)+","+itos(baked_octree_texture_h));
+ print_line("RESULT! "+itos(baked_octree_texture_w)+","+itos(baked_octree_texture_h));
}
@@ -1810,7 +1810,7 @@ void BakedLightBaker::update_octree_sampler(DVector<int> &p_sampler) {
if (octant.children[j]) {
tmp_smp.push_back(octants[octant.children[j]].sampler_ofs);
if (octants[octant.children[j]].sampler_ofs==0) {
- print_line(TTR("FUUUUUUUUCK"));
+ print_line("FUUUUUUUUCK");
}
}
}