diff options
author | 2016-04-27 17:57:45 +0200 | |
---|---|---|
committer | 2016-04-27 17:57:45 +0200 | |
commit | 94c7dd996bfb9123425c87f2d149018d371dded7 (patch) | |
tree | 3ec39fc58485a796905539867280c0f8ae13cf65 /3rdparty/bgfx/examples/common/entry/entry.cpp | |
parent | 29d7699569f10ce9077cfebe4e7045eb5226f4ff (diff) |
Update BGFX and BX (nw)
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/entry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry.cpp b/3rdparty/bgfx/examples/common/entry/entry.cpp index 03cf82b5373..919a783c9dc 100644 --- a/3rdparty/bgfx/examples/common/entry/entry.cpp +++ b/3rdparty/bgfx/examples/common/entry/entry.cpp @@ -463,8 +463,8 @@ BX_PRAGMA_DIAGNOSTIC_POP(); case Event::Gamepad: { - const GamepadEvent* gev = static_cast<const GamepadEvent*>(ev); - DBG("gamepad %d, %d", gev->m_gamepad.idx, gev->m_connected); +// const GamepadEvent* gev = static_cast<const GamepadEvent*>(ev); +// DBG("gamepad %d, %d", gev->m_gamepad.idx, gev->m_connected); } break; |