Skip to content

Commit 2ccf653

Browse files
committed
Removed missed reference to OPTICK
1 parent 123fadc commit 2ccf653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/Graphics/CGraphics.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ struct ScopedDebugGroup {
451451
inline ~ScopedDebugGroup() noexcept { pop_debug_group(); }
452452
};
453453
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...) \
454-
OPTICK_EVENT_DYNAMIC(name); \
455454
ScopedDebugGroup _GfxDbg_ { name }
456455
#else
457456
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...)

0 commit comments

Comments
 (0)