mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 08:10:14 +01:00
mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
49cea4d40c
commit
d4e18764c6
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ void _mesa_free_matrix_data( struct gl_context *ctx )
|
|||
*/
|
||||
void _mesa_init_transform( struct gl_context *ctx )
|
||||
{
|
||||
GLint i;
|
||||
GLuint i;
|
||||
|
||||
/* Transformation group */
|
||||
ctx->Transform.MatrixMode = GL_MODELVIEW;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue