You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the "_controlCount" exceeds the "_currentlyControls.Length * 2" amount the system will crash.
to prevent we should resize the array based on the maximum of "_currentlyControls.Length * 2" and "_controlCount".
The text was updated successfully, but these errors were encountered:
framework/src/Exomia.Framework/UI/UiManager.cs
Line 161 in 68f0e50
if the "_controlCount" exceeds the "_currentlyControls.Length * 2" amount the system will crash.
to prevent we should resize the array based on the maximum of "_currentlyControls.Length * 2" and "_controlCount".
The text was updated successfully, but these errors were encountered: