mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: typo in XRT_COMPOSITOR_SCALE_PERCENTAGE
XRT_COMPOSITOR_SCALE_PECENTAGE -> XRT_COMPOSITOR_SCALE_PECENTAGE
This commit is contained in:
parent
3680e305a9
commit
c12fee3b3a
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
),
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue