mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
ImGui: Disable id conflict highlight in release build.
This commit is contained in:
@@ -222,6 +222,7 @@ struct OcornutImguiContext
|
||||
setupStyle(true);
|
||||
|
||||
io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset;
|
||||
io.ConfigDebugHighlightIdConflicts = !!BX_CONFIG_DEBUG;
|
||||
|
||||
#if USE_ENTRY
|
||||
for (int32_t ii = 0; ii < (int32_t)entry::Key::Count; ++ii)
|
||||
|
||||
Reference in New Issue
Block a user