fix event manager

This commit is contained in:
2025-03-06 09:26:04 +03:00
parent c5b7cfcd53
commit 77b626fb8c
6 changed files with 7 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ namespace sandbox
void opengl_panel::on_attach()
{
VE_CONNECT("opengl_panel", opengl_panel);
VE_CONNECT(opengl_panel);
hack::log()("on_attach");
}