mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-18 23:11:42 +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)> {
|
fn env_var_descriptions() -> Vec<(&'static str, &'static str)> {
|
||||||
vec![
|
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."
|
"Render resolution percentage. A percentage higher than the native resolution (>100) will help with antialiasing and image clarity."
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue