Cleanup: spelling

This commit is contained in:
2020-07-30 08:31:25 +10:00
parent 929c94ee20
commit dc3baf2c78
4 changed files with 13 additions and 11 deletions

View File

@@ -299,7 +299,7 @@ static GPUTexture *image_get_gpu_texture(Image *ima,
}
/* Check if we have a valid image. If not, we return a dummy
* texture with zero bindcode so we don't keep trying. */
* texture with zero bind-code so we don't keep trying. */
ImageTile *tile = BKE_image_get_tile(ima, 0);
if (tile == NULL || tile->ok == 0) {
*tex = image_gpu_texture_error_create(textarget);
@@ -782,4 +782,4 @@ void BKE_image_paint_set_mipmap(Main *bmain, bool mipmap)
}
}
/** \} */
/** \} */