Turn on anti-aliasing in debug builds
This commit is contained in:
parent
75e2752a47
commit
03d09a9b57
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue