Skip to content

Commit

Permalink
fix setdepth visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Philiphil committed Nov 17, 2022
1 parent 8339325 commit e7a553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (l *Loop) initOriginAndBound() {
l.index.Add(l)
}

func (l *Loop) setDepth(i int) {
func (l *Loop) SetDepth(i int) {
l.depth = i
}

Expand Down

0 comments on commit e7a553f

Please sign in to comment.