Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenkernel/intern/image_gpu.c')
-rw-r--r--source/blender/blenkernel/intern/image_gpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/image_gpu.c b/source/blender/blenkernel/intern/image_gpu.c
index 6999051d77b..56351a6f93c 100644
--- a/source/blender/blenkernel/intern/image_gpu.c
+++ b/source/blender/blenkernel/intern/image_gpu.c
@@ -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)
}
}
-/** \} */ \ No newline at end of file
+/** \} */