Skip to content

Commit

Permalink
Fix compilation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Jun 11, 2024
1 parent f219f99 commit f17214c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ internal class ComposeContainer(
return if (useSwingGraphics) {
SwingSkiaLayerComponent(mediator, renderDelegate, skiaLayerAnalytics)
} else {
WindowSkiaLayerComponent(mediator, windowContext, renderDelegate, skiaLayerAnalytics)
WindowSkiaLayerComponent(mediator, windowContext, renderDelegate, skiaLayerAnalytics, reducePresentationLatency)
}
}

Expand Down

0 comments on commit f17214c

Please sign in to comment.