Skip to content

Commit

Permalink
Merge pull request #858 from PatrickMoffett/master
Browse files Browse the repository at this point in the history
Remove constexpr from GetSamplingInterval
  • Loading branch information
wolfpld authored Aug 9, 2024
2 parents ee65a45 + b2ee226 commit a51f0d0
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 a51f0d0

Please sign in to comment.