From b3982db88c6b342b78a82188cb823a25dbcfbf7e Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Fri, 12 Jan 2024 13:59:58 +0000 Subject: [PATCH] Fix scale-factor flag in instructions -- thanks Robert! --- release/INSTRUCTIONS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/INSTRUCTIONS.txt b/release/INSTRUCTIONS.txt index 28826f655f..b26c4bf179 100644 --- a/release/INSTRUCTIONS.txt +++ b/release/INSTRUCTIONS.txt @@ -15,7 +15,7 @@ hit problems. If the size of text and panels [seems very strange](https://github.com/a-b-street/abstreet/issues/381), you can try editing `play_abstreet.sh` or `play_abstreet.bat` and passing -`--scale_factor=1` on the command line. This value is detected from your monitor +`--scale-factor=1` on the command line. This value is detected from your monitor settings, so if you have a Retina or other HiDPI display, things may be too big or small.