mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
remove constexpr from GetSamplingInterval
This commit is contained in:
parent
ee65a45bef
commit
b2ee226fd7
@ -330,7 +330,7 @@ static void SetupVsync()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static constexpr int GetSamplingInterval()
|
static int GetSamplingInterval()
|
||||||
{
|
{
|
||||||
return GetSamplingPeriod() / 100;
|
return GetSamplingPeriod() / 100;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user