Skip to content

Commit

Permalink
Fixes a copy+paste error in ConfigGen
Browse files Browse the repository at this point in the history
  • Loading branch information
hobnob committed Oct 29, 2024
1 parent b05563f commit 549b35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object ConfigGen {
| resizePolicy = ResizePolicy.Resize,
| advanced = AdvancedGameConfig
| .default
| .withAntiAliasing(${extractBgColor(indigoOptions.metadata.backgroundColor)})
| .withAntiAliasing(${indigoOptions.metadata.antiAliasing.toString})
| )
| )
|""".stripMargin
Expand Down

0 comments on commit 549b35d

Please sign in to comment.