Skip to content

Commit

Permalink
Fix typo in shine shader
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Nov 15, 2024
1 parent e15bb73 commit 17facb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/examples/shine.shader
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uniform int gradient_percent<
int step = 1;
> = 20;
uniform int delay_percent<
string label = "gradient percent";
string label = "delay percent";
string widget_type = "slider";
int minimum = 0;
int maximum = 100;
Expand Down

0 comments on commit 17facb6

Please sign in to comment.