Skip to content

Commit

Permalink
remove constexpr from GetSamplingInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMoffett committed Aug 9, 2024
1 parent ee65a45 commit b2ee226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/client/TracySysTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static void SetupVsync()
#endif
}

static constexpr int GetSamplingInterval()
static int GetSamplingInterval()
{
return GetSamplingPeriod() / 100;
}
Expand Down

0 comments on commit b2ee226

Please sign in to comment.