1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Tiny demo tweaks

This commit is contained in:
Emil Ernerfeldt
2021-08-26 18:54:38 +02:00
parent 693426d9c6
commit 7e9c3291bd
3 changed files with 9 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ impl Widget for &mut epaint::TessellationOptions {
ui.collapsing("debug", |ui| {
ui.checkbox(
coarse_tessellation_culling,
"Do coarse culling in the tessellator)",
"Do coarse culling in the tessellator",
);
ui.checkbox(debug_ignore_clip_rects, "Ignore clip rectangles");
ui.checkbox(debug_paint_clip_rects, "Paint clip rectangles");