summaryrefslogtreecommitdiffstats
path: root/src/settings.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.rs b/src/settings.rs
index f70e577f..757dc72f 100644
--- a/src/settings.rs
+++ b/src/settings.rs
@@ -24,7 +24,7 @@ pub struct Settings {
/// `Canvas`, at a performance cost.
///
/// By default, it is disabled.
- pub antialiasing: bool,
+ pub use_antialiasing: bool,
}
#[cfg(not(target_arch = "wasm32"))]