Преглед изворни кода

minor formatting fix

tags/mesa_6_5_2
Brian Paul пре 19 година
родитељ
комит
da62bcecfb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/mesa/main/teximage.c

+ 1
- 1
src/mesa/main/teximage.c Прегледај датотеку

@@ -1596,7 +1596,7 @@ subtexture_error_check( GLcontext *ctx, GLuint dimensions,
}
else if (dimensions == 2) {
if (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB &&
target <=GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB) {
target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB) {
if (!ctx->Extensions.ARB_texture_cube_map) {
_mesa_error( ctx, GL_INVALID_ENUM, "glTexSubImage2D(target)" );
return GL_TRUE;

Loading…
Откажи
Сачувај