1
This commit is contained in:
@@ -210,7 +210,7 @@ Object.Destroy(gameObject);
|
||||
}
|
||||
if (_entryQueue.TryPop(out var nextPanel))
|
||||
{
|
||||
if (nextPanel.IsWindow)
|
||||
if (nextPanel is {IsWindow:true})
|
||||
{
|
||||
_windowEntryGroup.TransitionState(nextPanel);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user