We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd92405 commit eb485b1Copy full SHA for eb485b1
examples/stress_tests/many_glyphs.rs
@@ -17,7 +17,7 @@ fn main() {
17
app.add_plugins((
18
DefaultPlugins.set(WindowPlugin {
19
primary_window: Some(Window {
20
- present_mode: PresentMode::Immediate,
+ present_mode: PresentMode::AutoNoVsync,
21
..default()
22
}),
23
examples/stress_tests/text_pipeline.rs
@@ -14,7 +14,7 @@ fn main() {
14
.add_plugins((
15
16
0 commit comments