Skip to content

Commit cfc64ec

Browse files
committed
Ambiguite lambda
1 parent 8405886 commit cfc64ec

File tree

1 file changed

+2
-2
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/player

1 file changed

+2
-2
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/Scaffold.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ object Scaffold : Module(
325325
private fun buildRenderer(event: RenderEvent.StaticESP) {
326326
val c = GuiSettings.primaryColor
327327

328-
renderInfo.removeIf {
329-
val (info, time) = it
328+
renderInfo.removeIf { info ->
329+
val (info, time) = info
330330

331331
val pos = info.placedPos.toFastVec()
332332
val seconds = (currentTime - time) / 1000.0

0 commit comments

Comments
 (0)