Browse Source

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

pull/2/head
Vladimir 3 years ago committed by GitHub
parent
commit
9ffc02b6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ref_gl/gl_triapi.c

2
ref_gl/gl_triapi.c

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

Loading…
Cancel
Save