mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
fix: indexCache error at getAfterBrothers (#571)
This commit is contained in:
parent
2a2db10d3d
commit
cc865f6f4f
|
@ -364,7 +364,7 @@ fun createCacheTransform(): CacheTransform {
|
||||||
val child = parentVal.getChild(i) ?: return@sequence
|
val child = parentVal.getChild(i) ?: return@sequence
|
||||||
yield(child)
|
yield(child)
|
||||||
}
|
}
|
||||||
i--
|
i++
|
||||||
offset++
|
offset++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user