Skip to content

Commit a37276a

Browse files
committed
fix setdepth visibility
1 parent 6a9b48f commit a37276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2/loop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func (l *Loop) initOriginAndBound() {
165165
l.index.Add(l)
166166
}
167167

168-
func (l *Loop) setDepth(i int) {
168+
func (l *Loop) SetDepth(i int) {
169169
l.depth = i
170170
}
171171

0 commit comments

Comments
 (0)