make NOTEXTURE_NUM 1

This commit is contained in:
Jaime Passos 2020-01-25 21:22:24 -03:00
parent 8401e09787
commit b9b1958886

View file

@ -41,7 +41,7 @@ static const GLubyte white[4] = { 255, 255, 255, 255 };
// ==========================================================================
// With OpenGL 1.1+, the first texture should be 1
#define NOTEXTURE_NUM 0 // small white texture
#define NOTEXTURE_NUM 1 // small white texture
#define FIRST_TEX_AVAIL (NOTEXTURE_NUM + 1)
#define N_PI_DEMI (M_PIl/2.0f) //(1.5707963268f)