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:
@@ -8,7 +8,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
enum { MinCtxSize = 4 };
|
||||
constexpr float MinCtxSize = 4;
|
||||
|
||||
const char* View::DecodeContextSwitchReasonCode( uint8_t reason )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user