aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-10 23:04:50 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-10 23:04:50 -0500
commita2284d1c9be35744cb43a91148c82cff64be7a43 (patch)
tree0e83b237969d519b1233ab974d668245d2ca4b9e /test.frag
parent75a5569ed0d44494da379822aa5de519e4a4025b (diff)
parent66c99350e63ab6b32ec7fcda45e2e6b8c9f658da (diff)
Player Sprite
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.frag b/test.frag
index 9bb5e3d..1c1e77b 100644
--- a/test.frag
+++ b/test.frag
@@ -2,7 +2,7 @@
uniform sampler2D sampler;
uniform int numLight;
-uniform vec2 lightLocation[10];
+uniform vec2 lightLocation[255];
uniform vec3 lightColor;
uniform float amb;
// uniform float lightStrength;