Increase FPS slider max to 241 (#1082)
Some checks failed
validate-internal / build (push) Failing after 10s

This commit is contained in:
Hyper 2025-03-06 06:33:13 +00:00 committed by GitHub
parent c07a754f4f
commit df5e48f528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ enum class ETripleBuffering : uint32_t
};
static constexpr int32_t FPS_MIN = 15;
static constexpr int32_t FPS_MAX = 240;
static constexpr int32_t FPS_MAX = 241;
enum class EAntiAliasing : uint32_t
{