From 4aa93f628586466475756033f5ebca9833cfc76b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 5 Nov 2017 21:22:48 +0100 Subject: [PATCH] Adjust default lua zone color. --- TracyLua.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TracyLua.hpp b/TracyLua.hpp index eb02073c..9da88628 100644 --- a/TracyLua.hpp +++ b/TracyLua.hpp @@ -61,7 +61,7 @@ namespace detail static inline int LuaZoneBegin( lua_State* L ) { - const uint32_t color = 0x00DD6666; + const uint32_t color = 0x00CC8855; lua_Debug dbg; lua_getstack( L, 1, &dbg );