aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_functions.cpp
diff options
context:
space:
mode:
authoryg2f2015-04-06 13:57:31 +0200
committeryg2f2015-04-06 13:57:31 +0200
commitfcbf473d0d64a84780d91e04fc4b9fc052ede296 (patch)
tree6eb63deab44238e5792d2eae9a6f34c073cb0400 /modules/gdscript/gd_functions.cpp
parent5d99e15e43d5a446b35d48e8a3b08a478f1998a9 (diff)
downloadgodot-fcbf473d0d64a84780d91e04fc4b9fc052ede296.tar.gz
godot-fcbf473d0d64a84780d91e04fc4b9fc052ede296.tar.zst
godot-fcbf473d0d64a84780d91e04fc4b9fc052ede296.zip
Diffstat (limited to 'modules/gdscript/gd_functions.cpp')
-rw-r--r--modules/gdscript/gd_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_functions.cpp b/modules/gdscript/gd_functions.cpp
index f37b2f645..ce2cb1464 100644
--- a/modules/gdscript/gd_functions.cpp
+++ b/modules/gdscript/gd_functions.cpp
@@ -575,7 +575,7 @@ void GDFunctions::call(Function p_func,const Variant **p_args,int p_arg_count,Va
}
//str+="\n";
- OS::get_singleton()->print("%s\n",str.utf8().get_data());
+ OS::get_singleton()->print("%s",str.utf8().get_data());
r_ret=Variant();
} break;