Fix bug in Pointlight loading

This commit is contained in:
2021-01-19 19:14:43 +01:00
parent e4ed192088
commit 194ae3abf4
6 changed files with 6 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
#include "ShaderProgram.h"
#define NUM_POINT_LIGHTS 4
#define NUM_POINT_LIGHTS 1
class Light
{