fixing bug

This commit is contained in:
2025-03-17 11:24:43 +01:00
parent 025db7c2c8
commit 3e079cc0e9

View File

@@ -275,7 +275,8 @@ namespace mlx
default: break; default: break;
} }
m_binding_hook(&event); if(m_binding_hook)
m_binding_hook(&event);
} }
} }