remove constexpr from GetSamplingInterval

This commit is contained in:
Patrick Moffett 2024-08-08 22:22:52 -07:00
parent ee65a45bef
commit b2ee226fd7

View File

@ -330,7 +330,7 @@ static void SetupVsync()
#endif
}
static constexpr int GetSamplingInterval()
static int GetSamplingInterval()
{
return GetSamplingPeriod() / 100;
}