diff options
Diffstat (limited to 'tbrun.sh')
| -rwxr-xr-x | tbrun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -59,7 +59,7 @@ while [ $# -gt 0 ]; do | |||
| 59 | done | 59 | done |
| 60 | 60 | ||
| 61 | cd "$SCRIPT_DIR" | 61 | cd "$SCRIPT_DIR" |
| 62 | ./bin/stalag --map "$MAP" \ | 62 | DEBUG=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"} |
