mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Change magic value enums to constexprs.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
enum { MinVisSize = 3 };
|
||||
constexpr float MinVisSize = 3;
|
||||
|
||||
static tracy_force_inline uint64_t GetThreadBit( uint8_t thread )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user