diff --git a/src/graphics/irr_driver.cpp b/src/graphics/irr_driver.cpp index c912c98f9..d5389e3f4 100644 --- a/src/graphics/irr_driver.cpp +++ b/src/graphics/irr_driver.cpp @@ -1213,7 +1213,12 @@ void IrrDriver::update(float dt) { main_loop->abort(); } - + if (UserConfigParams::m_gamepad_debug) + { + // Print a dividing line so that it's easier to see which events + // get received in which order in the one frame. + printf("-------------------------------------\n"); + } World *world = World::getWorld();