Updated useEvent

This commit is contained in:
2023-02-28 22:18:26 -08:00
parent 8e04742d5a
commit 3f361130fd
10 changed files with 135 additions and 46 deletions

View File

@@ -76,7 +76,7 @@ namespace Dawn {
/**
* Cleanup the SceneItemComponent.
*/
~SceneItemComponent();
virtual ~SceneItemComponent();
};