Skip to content

Commit

Permalink
better starat values
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk committed Sep 11, 2015
1 parent 2eec627 commit 8f33d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/shaders/nyc.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ vec4 circleDance(void){
if(iCircleDanceWeight<=1.0){
//Please don't crash. Really. Please. JVM reboots make people sad :(
//(offering-of-brackets-to-jvm-gods '((((((((((((((((((())))))))))))))))))) )
uv.x *= 1.0/10.0;
uv.x *= 1.0/10000.0;
//)
}
else{
Expand Down

0 comments on commit 8f33d23

Please sign in to comment.