We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4346bd5 commit 653ac1fCopy full SHA for 653ac1f
Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs
@@ -26,7 +26,6 @@ public class PolyhydraPopUpWindowConwayOps : PolyhydraPopUpWindowBase
26
27
[NonSerialized] protected int OpStackIndex = 0;
28
29
-
30
protected override string[] GetButtonList()
31
{
32
return Enum.GetNames(typeof(Ops)).Skip(FirstButtonIndex).Take(ButtonsPerPage).ToArray();
0 commit comments