Compiled (segfault on close)

This commit is contained in:
2022-10-31 00:03:28 -07:00
parent 234866ee8f
commit f5e8dd9a8e
4 changed files with 5 additions and 2 deletions

View File

@ -139,5 +139,7 @@ namespace Dawn {
* Dispose and clenaup this transform, also removes self from parent.
*/
~Transform();
friend SceneItem;
};
}