Skip to content

Commit

Permalink
light_scale: fix name :DDDD
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Jun 10, 2024
1 parent 581fe3b commit a0f351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/light_scale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use super::Cli;
pub struct LightScale;
impl Cli for LightScale {
fn name(&self) -> &'static str {
"texture_scale"
"light_scale"
}

// In, Out, Scale
Expand Down

0 comments on commit a0f351a

Please sign in to comment.