2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-15 11:05:11 +00:00

Removed missed reference to OPTICK

This commit is contained in:
Phillip Stephens 2025-10-05 18:25:40 -07:00
parent 123fadc88d
commit 2ccf6535e3

View File

@ -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, ...)