diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 10:46:58 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 10:46:58 -0500 |
commit | 949eb5b1b8a1835cc872741930fef767b0885e36 (patch) | |
tree | ab2082186c83cd0d95f85251e84780932f5a2be0 /ted.cfg | |
parent | 31520dd979ef8abe4e38d4ba0b2912a8385b8351 (diff) |
only set swap interval if needed
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ max-file-size = 20000000 max-file-size-view-only = 100000000 # whether to use vsync or not. you probably want this on. -vsync = off +vsync = on # max framerate. vsync overrides this. # you might want to increase this if you have a >60Hz monitor and you don't care about CPU usage. framerate-cap = 60 |