Skip to content

Commit ca5066f

Browse files
committed
fixed wrong example
1 parent 378283e commit ca5066f

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/graphics/renderer/gui/font

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/LambdaAtlas.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import kotlin.time.Duration.Companion.days
6565
* ...
6666
*
6767
* onRender {
68-
* ExampleFont.CoolFont.bind(slot = x)
68+
* ExampleFont.CoolFont.bind()
6969
* }
7070
* ```
7171
*/

0 commit comments

Comments
 (0)