OGL32CTX: Use correct type in coloredquad.frag

Spotted by arb debug output too.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14927 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
vincentlj 2014-01-05 18:54:40 +00:00
parent aad565a9bf
commit 7778a71c0a

View File

@ -1,5 +1,5 @@
#version 130
uniform vec4 color;
uniform ivec4 color;
void main()
{