1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-01 05:03:53 +00:00

Merge pull request #858 from PatrickMoffett/master

Remove constexpr from GetSamplingInterval
This commit is contained in:
Bartosz Taudul 2024-08-09 11:51:52 +02:00 committed by GitHub
commit a51f0d0657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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