Remove invalid fps_max on Mac

master
paradust7 2022-06-06 03:05:42 +00:00 committed by sfan5
parent 381f84ee27
commit 951604e29f
1 changed files with 0 additions and 1 deletions

View File

@ -456,7 +456,6 @@ void set_default_settings()
// Altered settings for macOS
#if defined(__MACH__) && defined(__APPLE__)
settings->setDefault("keymap_sneak", "KEY_SHIFT");
settings->setDefault("fps_max", "0");
#endif
#ifdef HAVE_TOUCHSCREENGUI