share/hedgewars/Data/Shaders/water.fs
author nemo
Thu, 03 Mar 2016 15:41:53 -0500
changeset 11588 7c8fd2f66e9b
parent 11317 62287d4044e7
child 11795 2028bd2a6c5b
permissions -rw-r--r--
fix and/or screwup that was causing girders in tunnels to erase the tunnel. also a little bit of indentation/case fixing


varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}