英文语法修改Registry->Register

This commit is contained in:
2025-07-03 10:16:34 +08:00
parent 7dc7e2b0d7
commit c7c4a09afa
16 changed files with 43 additions and 43 deletions

View File

@@ -29,12 +29,12 @@ namespace hgl
{
render_framework=rf;
rf->RegistryEventDispatch(this);
rf->RegisterEventDispatch(this);
}
virtual ~WorkManager()
{
render_framework->UnregistryEventDispatch(this);
render_framework->UnregisterEventDispatch(this);
SAFE_CLEAR(cur_work_object);
}