diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /hotfix-03_fix-enable-vsync-by-default-4433.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'hotfix-03_fix-enable-vsync-by-default-4433.patch')
-rw-r--r-- | hotfix-03_fix-enable-vsync-by-default-4433.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/hotfix-03_fix-enable-vsync-by-default-4433.patch b/hotfix-03_fix-enable-vsync-by-default-4433.patch deleted file mode 100644 index 1122713..0000000 --- a/hotfix-03_fix-enable-vsync-by-default-4433.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 4cc938973fab92800916dc99da5542bbcee14fa7 Mon Sep 17 00:00:00 2001 -From: scarf <greenscarf005@gmail.com> -Date: Thu, 4 Apr 2024 18:14:18 +0900 -Subject: [PATCH] fix: enable vsync by default (#4433) - -was causing issues on windows ---- - src/options.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/options.cpp b/src/options.cpp -index 684e8cbd48e..6bd5219ee22 100644 ---- a/src/options.cpp -+++ b/src/options.cpp -@@ -2093,7 +2093,7 @@ void options_manager::add_options_graphics() - #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 -+ true, COPT_CURSES_HIDE - ); - #endif - --- -2.43.0 - |