Revert "Feature/shader radial menu" due to shader issue (#36470)
This commit is contained in:
committed by
GitHub
parent
86620dbe6c
commit
e6e60dead4
@@ -7,7 +7,6 @@ using Robust.Client.GameObjects;
|
||||
using Robust.Shared.Timing;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
using Robust.Client.Input;
|
||||
using Robust.Shared.Collections;
|
||||
|
||||
namespace Content.Client.UserInterface.Controls;
|
||||
|
||||
@@ -174,7 +173,7 @@ public partial class SimpleRadialMenu : RadialMenu
|
||||
|
||||
private void ClearExistingChildrenRadialButtons()
|
||||
{
|
||||
var toRemove = new ValueList<Control>(ChildCount);
|
||||
var toRemove = new List<Control>(ChildCount);
|
||||
foreach (var child in Children)
|
||||
{
|
||||
if (child != ContextualButton && child != MenuOuterAreaButton)
|
||||
|
||||
Reference in New Issue
Block a user