ref_gl: gl_triapi: fixed culling enum in TriCullFace (#522)

This commit is contained in:
Vladimir 2021-07-09 20:55:31 +09:00 committed by GitHub
parent 5d307d603c
commit 9ffc02b6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ void TriCullFace( TRICULLSTYLE mode )
break;
}
GL_Cull( mode );
GL_Cull( glMode );
}
/*