aboutsummaryrefslogtreecommitdiff
path: root/tbrun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tbrun.sh')
-rwxr-xr-xtbrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbrun.sh b/tbrun.sh
index 8a600b7..65eb897 100755
--- a/tbrun.sh
+++ b/tbrun.sh
@@ -59,7 +59,7 @@ while [ $# -gt 0 ]; do
59done 59done
60 60
61cd "$SCRIPT_DIR" 61cd "$SCRIPT_DIR"
62./bin/stalag --map "$MAP" \ 62DEBUG=1 ./bin/stalag --map "$MAP" \
63 ${FPS:+--fps "$FPS"} \ 63 ${FPS:+--fps "$FPS"} \
64 ${WIDTH:+--width "$WIDTH"} \ 64 ${WIDTH:+--width "$WIDTH"} \
65 ${HEIGHT:+--height "$HEIGHT"} 65 ${HEIGHT:+--height "$HEIGHT"}