mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Turn on anti-aliasing in debug builds
This commit is contained in:
@@ -464,7 +464,7 @@ impl Default for TesselationOptions {
|
|||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
aa_size: 1.0,
|
aa_size: 1.0,
|
||||||
anti_alias: !crate::has_debug_assertions(),
|
anti_alias: true,
|
||||||
coarse_tessellation_culling: true,
|
coarse_tessellation_culling: true,
|
||||||
debug_paint_clip_rects: false,
|
debug_paint_clip_rects: false,
|
||||||
debug_ignore_clip_rects: false,
|
debug_ignore_clip_rects: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user