From 101fe4b845c9f831498461c4d3dae050f8c159fc Mon Sep 17 00:00:00 2001 From: reduz Date: Tue, 29 Dec 2015 14:58:16 -0300 Subject: remove an extra line --- core/translation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/translation.cpp b/core/translation.cpp index bab6cde966..de55224d5c 100644 --- a/core/translation.cpp +++ b/core/translation.cpp @@ -626,7 +626,7 @@ bool TranslationServer::_load_translations(const String& p_from) { for(int i=0;i tr = ResourceLoader::load(r[i]); if (tr.is_valid()) add_translation(tr); -- cgit v1.2.3