From d59adcea17dd3ed0e43dc344d1ff3a7bc50e2bad Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 12 Jul 2021 01:04:24 +0200 Subject: [PATCH] Remove -v flag from the quick editor launch script. --- ged.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ged.sh b/ged.sh index ae20bae..cb71cb6 100755 --- a/ged.sh +++ b/ged.sh @@ -3,4 +3,4 @@ cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64 export LD_LIBRARY_PATH=`pwd`/engine/bin/ -./engine/bin/run.godot.x11.opt.tools.64 -v -e --path ./game/ +./engine/bin/run.godot.x11.opt.tools.64 -e --path ./game/