Disable debug code.

This commit is contained in:
Branimir Karadžić 2015-10-08 23:01:11 -07:00
parent bbbe87ea8e
commit 183ed6b73a

View file

@ -451,7 +451,7 @@ struct OcornutImguiContext
m_wm = BX_NEW(m_allocator, WindowManager);
m_wm->Init();
#if 1
#if 0
{
class Window : public ImGuiWM::Window
{