fix event

This commit is contained in:
2025-02-26 15:09:30 +03:00
parent 121d4af325
commit 7e419c9b79
12 changed files with 29 additions and 85 deletions

View File

@@ -5,11 +5,7 @@ namespace sandbox
{
void test_panel_2::on_attach()
{
hack::log()("on_attach");
}
void test_panel_2::on_detach()
{
VE_CONNECT(test_panel_2, on_event);
hack::log()("on_attach");
}