Skip to content

Commit

Permalink
Fix VHS.shader noiseQuality
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Sep 26, 2024
1 parent aec1246 commit e15bb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/examples/VHS.shader
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ uniform float offsetIntensity<
float maximum = 0.20;
float step = 0.01;
> = 0.02;
uniform int noiseQuality<
uniform float noiseQuality<
string label = "Noise number of lines (250)";
string widget_type = "slider";
int minimum = 1.0;
float minimum = 1.0;
float maximum = 1000.0;
float step = 10.0;
> = 250.0;
Expand Down

0 comments on commit e15bb73

Please sign in to comment.