From 3ce6dde466b2859d628f2360cb745b951b850cd8 Mon Sep 17 00:00:00 2001 From: Marianne Gagnon Date: Wed, 30 Apr 2014 19:43:27 -0400 Subject: [PATCH] try increasing light count --- src/graphics/shaders.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/shaders.hpp b/src/graphics/shaders.hpp index 8a6b62ccf..b3fa0c4f4 100644 --- a/src/graphics/shaders.hpp +++ b/src/graphics/shaders.hpp @@ -412,7 +412,7 @@ public: } -#define MAXLIGHT 16 +#define MAXLIGHT 32 namespace LightShader {