diff --git a/Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs b/Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs index 997aa84c57..c0f91d4eed 100644 --- a/Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs +++ b/Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs @@ -26,7 +26,6 @@ public class PolyhydraPopUpWindowConwayOps : PolyhydraPopUpWindowBase [NonSerialized] protected int OpStackIndex = 0; - protected override string[] GetButtonList() { return Enum.GetNames(typeof(Ops)).Skip(FirstButtonIndex).Take(ButtonsPerPage).ToArray();