fix: typo in XRT_COMPOSITOR_SCALE_PERCENTAGE

XRT_COMPOSITOR_SCALE_PECENTAGE -> XRT_COMPOSITOR_SCALE_PECENTAGE
This commit is contained in:
williamvds 2025-02-09 18:19:07 +00:00 committed by Gabriele Musco
parent 3680e305a9
commit c12fee3b3a
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -3,7 +3,7 @@ use lazy_static::lazy_static;
fn env_var_descriptions() -> Vec<(&'static str, &'static str)> {
vec![
(
"XRT_COMPOSITOR_SCALE_PECENTAGE",
"XRT_COMPOSITOR_SCALE_PERCENTAGE",
"Render resolution percentage. A percentage higher than the native resolution (>100) will help with antialiasing and image clarity."
),
(