Restore MAX_LIGHTS to 8

This commit is contained in:
Luke Benstead 2020-05-08 10:00:03 +01:00
parent 397d9d2915
commit ab6725c5e3

View File

@ -359,7 +359,7 @@ GLubyte _glKosHasError();
#define PVR_VERTEX_BUF_SIZE 2560 * 256
#define MAX_TEXTURE_UNITS 2
#define MAX_LIGHTS 4
#define MAX_LIGHTS 8
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))