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:
authorCampbell Barton <ideasman42@gmail.com>2020-07-30 01:31:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-30 01:43:40 +0300
commitdc3baf2c7877ce7f19f6a82dfa8d0f14a8b49e6a (patch)
tree6be274a481fc9c071e64d72c0b6c9e002454d612 /source/blender/blenkernel/intern/image_gpu.c
parent929c94ee20e04b2d887876bb453933f63c93909f (diff)
Cleanup: spelling
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
+/** \} */