diff --git a/Runtime/Graphics/CGraphics.hpp b/Runtime/Graphics/CGraphics.hpp index f14bc7c0a..9dce9244d 100644 --- a/Runtime/Graphics/CGraphics.hpp +++ b/Runtime/Graphics/CGraphics.hpp @@ -451,7 +451,6 @@ struct ScopedDebugGroup { inline ~ScopedDebugGroup() noexcept { pop_debug_group(); } }; #define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...) \ - OPTICK_EVENT_DYNAMIC(name); \ ScopedDebugGroup _GfxDbg_ { name } #else #define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...)