Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 9, 2022
1 parent 029ca20 commit 0f63659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions korge/src/commonMain/kotlin/com/soywiz/korge/Korge.kt
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ object Korge {
val gameId: String = DEFAULT_GAME_ID,
val settingsFolder: String? = null,
val batchMaxQuads: Int = BatchBuilder2D.DEFAULT_BATCH_QUADS,
val virtualSize: ISizeInt = module.size,
val windowSize: ISizeInt = module.windowSize,
val virtualSize: ISizeInt? = module.size,
val windowSize: ISizeInt? = module.windowSize,
val scaleMode: ScaleMode? = null,
val scaleAnchor: Anchor? = null,
val clipBorders: Boolean? = null,
Expand Down

0 comments on commit 0f63659

Please sign in to comment.