ui-system-fix #4

Merged
BitterSmile merged 12 commits from ui-system-fix into main 2024-02-12 19:06:53 +01:00
Showing only changes of commit 1abfcc0042 - Show all commits

View File

@ -183,6 +183,8 @@ namespace NEG.UI
while (popupsToShow.TryDequeue(out var d, out int p)) while (popupsToShow.TryDequeue(out var d, out int p))
{ {
if(d == null)
continue;
if(!d.IsValid) if(!d.IsValid)
continue; continue;
if(d == currentShownPopup.data) if(d == currentShownPopup.data)