From 653ac1f28aebd56c4a8e61c9a83fcc7eb9a49630 Mon Sep 17 00:00:00 2001 From: Andy Baker Date: Sun, 2 May 2021 18:15:09 +0100 Subject: [PATCH] [CI BUILD] [CI BUILD] --- Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs | 1 - 1 file changed, 1 deletion(-) 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();