Skip to content

Commit

Permalink
[CI BUILD]
Browse files Browse the repository at this point in the history
[CI BUILD]
  • Loading branch information
andybak committed May 2, 2021
1 parent 4346bd5 commit 653ac1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 653ac1f

Please sign in to comment.