Skip to content

Commit 653ac1f

Browse files
committed
[CI BUILD]
[CI BUILD]
1 parent 4346bd5 commit 653ac1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/Polyhydra/Scripts/PolyhydraPopUpWindowConwayOps.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class PolyhydraPopUpWindowConwayOps : PolyhydraPopUpWindowBase
2626

2727
[NonSerialized] protected int OpStackIndex = 0;
2828

29-
3029
protected override string[] GetButtonList()
3130
{
3231
return Enum.GetNames(typeof(Ops)).Skip(FirstButtonIndex).Take(ButtonsPerPage).ToArray();

0 commit comments

Comments
 (0)