glshim updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2015-12-03 17:29:17 +02:00
parent 016f056261
commit acd86ff15b
15 changed files with 311 additions and 121 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ void glPopAttrib() {
if (cur->mask & GL_CURRENT_BIT) {
glColor4f(v4(cur->color));
glNormal3f(v3(cur->normal));
glTexCoord2f(v2(cur->tex));
glTexCoord4f(v4(cur->tex));
}
if (cur->mask & GL_DEPTH_BUFFER_BIT) {