mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Merge pull request #858 from PatrickMoffett/master
Remove constexpr from GetSamplingInterval
This commit is contained in:
commit
a51f0d0657
@ -330,7 +330,7 @@ static void SetupVsync()
|
||||
#endif
|
||||
}
|
||||
|
||||
static constexpr int GetSamplingInterval()
|
||||
static int GetSamplingInterval()
|
||||
{
|
||||
return GetSamplingPeriod() / 100;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user