From d50bfe292b15e32ea84114f0609fa395baea98db Mon Sep 17 00:00:00 2001 From: Allen Dang Date: Fri, 4 Feb 2022 11:24:45 +0800 Subject: [PATCH] Revert override ImDrawIdx, use 16-bit indices. --- imguiWrappedHeader.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/imguiWrappedHeader.h b/imguiWrappedHeader.h index de2d951e..13626cc5 100644 --- a/imguiWrappedHeader.h +++ b/imguiWrappedHeader.h @@ -3,6 +3,4 @@ // This header is for use within the wrapper sources to ensure identical inclusion // of the core imgui header with all the various options. -#define ImDrawIdx unsigned int - #include "imgui.h"