mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 180804. configurable command bindings for scroll wheel, minor bug fixes
This commit is contained in:
@@ -141,6 +141,7 @@ eu07_application::run() {
|
||||
&& ( true == m_modes[ m_modestack.top() ]->update() )
|
||||
&& ( true == GfxRenderer.Render() ) ) {
|
||||
glfwPollEvents();
|
||||
m_modes[ m_modestack.top() ]->on_event_poll();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user