Skip to content

Commit

Permalink
change "set 1000 point"
Browse files Browse the repository at this point in the history
< 25 to < 20
  • Loading branch information
sople1 committed Aug 24, 2020
1 parent 8c27a0a commit 5b9fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/point.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func PointList(count int) []int {

_points = _points[:_slice]

if count < 25 {
if count < 20 {
_points = _points[1:]
}

Expand Down

0 comments on commit 5b9fd27

Please sign in to comment.