use color is 0 by default

This commit is contained in:
Volodymyr Patuta 2020-12-12 22:49:18 +01:00
parent 28dbebbaf3
commit fb9be12cab
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static GLuint _screenId = 0;
static surface_t * _sphere = NULL;
/* des variable d'états pour activer/désactiver des options de rendu */
static int _use_tex = 1, _use_color = 1, _use_lighting = 1;
static int _use_tex = 1, _use_color = 0, _use_lighting = 1;
/*!\brief on peut bouger la caméra vers le haut et vers le bas avec cette variable */
static float _ycam = 1.0f;