mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Adjust default lua zone color.
This commit is contained in:
parent
8178b61973
commit
4aa93f6285
@ -61,7 +61,7 @@ namespace detail
|
|||||||
|
|
||||||
static inline int LuaZoneBegin( lua_State* L )
|
static inline int LuaZoneBegin( lua_State* L )
|
||||||
{
|
{
|
||||||
const uint32_t color = 0x00DD6666;
|
const uint32_t color = 0x00CC8855;
|
||||||
|
|
||||||
lua_Debug dbg;
|
lua_Debug dbg;
|
||||||
lua_getstack( L, 1, &dbg );
|
lua_getstack( L, 1, &dbg );
|
||||||
|
Loading…
Reference in New Issue
Block a user