share/hedgewars/Data/Shaders/water.fs
author nemo
Fri, 04 Sep 2015 08:14:12 -0400
changeset 11074 722567479fab
parent 8334 abb48dd39e26
child 11317 62287d4044e7
permissions -rw-r--r--
fix a couple of typos


varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}