Compiled (segfault on close)

This commit is contained in:
2022-10-31 00:03:28 -07:00
parent 43b2e90f88
commit 78b9697ab6
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;
};
}