summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/entry/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry.cpp')
-rw-r--r--3rdparty/bgfx/examples/common/entry/entry.cpp4
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;