Skip to content

Commit bb1c63d

Browse files
committed
add todo
1 parent ac62f82 commit bb1c63d

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-0
lines changed

src/main/kotlin/com/lambda/module/modules/render/BlockESP.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ object BlockESP : Module(
7878
} else DirectionMask.ALL
7979

8080
runSafe {
81+
// TODO: Add custom color option when map options are implemented
8182
val extractedColor = blockColor(state, position.toBlockPos())
8283
val finalColor = Color(extractedColor.red, extractedColor.green, extractedColor.blue, (blockColorAlpha * 255).toInt())
8384
val pos = position.toBlockPos()

0 commit comments

Comments
 (0)