英文语法修改Registry->Register
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user