Clear references holding on to types in game assemblies

This commit is contained in:
2024-04-22 23:55:39 +03:00
committed by Ari Vuollet
parent 691b9458ec
commit 9f8faf4f17
5 changed files with 20 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ namespace FlaxEngine.GUI
// Unlink
IsLayoutLocked = true;
Parent = null;
_showTarget = null;
// Close window
if (_window)