Skip to content

Commit

Permalink
Update src/options.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AnotherSeawhite and github-actions[bot] authored Apr 2, 2024
1 parent 2080a20 commit 44761ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2648,11 +2648,11 @@ void options_manager::add_options_graphics()
false, COPT_CURSES_HIDE
);

#if defined(SDL_HINT_RENDER_VSYNC)
add( "VSYNC", graphics, translate_marker( "Use VSync" ),
translate_marker( "Enable vertical synchronization to prevent screen tearing. VSync can slow the game down a lot. Requires restart." ),
false, COPT_CURSES_HIDE
);
#if defined(SDL_HINT_RENDER_VSYNC)
add( "VSYNC", graphics, translate_marker( "Use VSync" ),
translate_marker( "Enable vertical synchronization to prevent screen tearing. VSync can slow the game down a lot. Requires restart." ),
false, COPT_CURSES_HIDE
);
#endif

#if defined(__ANDROID__)
Expand Down

0 comments on commit 44761ad

Please sign in to comment.