mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Disable debug code.
This commit is contained in:
parent
bbbe87ea8e
commit
183ed6b73a
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ struct OcornutImguiContext
|
||||||
m_wm = BX_NEW(m_allocator, WindowManager);
|
m_wm = BX_NEW(m_allocator, WindowManager);
|
||||||
m_wm->Init();
|
m_wm->Init();
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
{
|
{
|
||||||
class Window : public ImGuiWM::Window
|
class Window : public ImGuiWM::Window
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue