diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-10 23:04:50 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-10 23:04:50 -0500 |
commit | a2284d1c9be35744cb43a91148c82cff64be7a43 (patch) | |
tree | 0e83b237969d519b1233ab974d668245d2ca4b9e /test.frag | |
parent | 75a5569ed0d44494da379822aa5de519e4a4025b (diff) | |
parent | 66c99350e63ab6b32ec7fcda45e2e6b8c9f658da (diff) |
Player Sprite
Diffstat (limited to 'test.frag')
-rw-r--r-- | test.frag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|