Skip to content

Commit

Permalink
studio: Make line_width 2 the default
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jul 25, 2023
1 parent 563bd36 commit 0a7a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tas_studio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ is compared to the big window.",

static BXT_TAS_STUDIO_LINE_WIDTH: CVar = CVar::new(
b"bxt_tas_studio_line_width\0",
b"1\0",
b"2\0",
"\
The line width used for TAS editor drawing, in pixels.",
);
Expand Down

0 comments on commit 0a7a750

Please sign in to comment.