aboutsummaryrefslogtreecommitdiff
path: root/shaders/textured.frag
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/textured.frag')
-rw-r--r--shaders/textured.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/textured.frag b/shaders/textured.frag
index 266bf31..0ba7c48 100644
--- a/shaders/textured.frag
+++ b/shaders/textured.frag
@@ -126,7 +126,7 @@ void main() {
* a function of time to simulate twinkling */
tmpcolor *= mix(
vec4(cmp.r*2.0,min(cmp.g,cmp.r)*1.5,min(cmp.b,cmp.r),1.0),
- vec4(cmp2.r*2.0,min(cmp2.g,cmp2.r)*1.5,min(cmp2.b,cmp2.r),1.0), (sin(time*cmp2.a+cmp.a)+1.0)/2.0 ) ;
+ vec4(2.0,2.0,2.0,2.0), sin(time/10.0+cmp.a*27.3) ) ;
tmpcolor -= cloudsColor;
}