Skip to content

Commit

Permalink
examples: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Jul 1, 2024
1 parent e530a88 commit 2b60280
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.littlekt.examples
import com.littlekt.Context
import com.littlekt.ContextListener
import com.littlekt.createLittleKtApp
import com.littlekt.graphics.Color
import com.littlekt.log.Logger

/**
Expand Down Expand Up @@ -34,7 +33,6 @@ private fun createApp(title: String, start: (Context) -> ContextListener) =
width = 960
height = 540
this.title = title
backgroundColor = Color.DARK_GRAY
traceWgpu = false
enableWGPULogging = false
}
Expand Down

0 comments on commit 2b60280

Please sign in to comment.