Skip to content

Commit

Permalink
Update ethereal.swsl
Browse files Browse the repository at this point in the history
  • Loading branch information
pissdemon authored Oct 15, 2024
1 parent 5a6cb39 commit 06481ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Textures/Shaders/ethereal.swsl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void fragment() {

highp vec4 background = zTextureSpec(SCREEN_TEXTURE, ( FRAGCOORD.xy + vec2(w) ) * SCREEN_PIXEL_SIZE );
highp vec3 hsvBg = rgb2hsv(background.rgb);
hsvBg.x *= -1;
hsvBg.x *= -1.0;
background.rgb = hsv2rgb(hsvBg);

color.xyz = mix(background.xyz, color.xyz, 0.75);
Expand Down

0 comments on commit 06481ff

Please sign in to comment.