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-08-17 05:34:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 05:34:05 +0300
commit9762c3892e4b1c7225dc0d792caeba668104c7e2 (patch)
tree6c9c49e8168bcfa3181540a89e271053f63b1610 /source/blender/gpu
parentcafe5cd9b036b41dfe21fddc5ebc5bf7948c98aa (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_batch.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_batch.cc b/source/blender/gpu/intern/gpu_batch.cc
index 7b006bdc6c2..9efb6b464bc 100644
--- a/source/blender/gpu/intern/gpu_batch.cc
+++ b/source/blender/gpu/intern/gpu_batch.cc
@@ -176,8 +176,7 @@ int GPU_batch_instbuf_add_ex(GPUBatch *batch, GPUVertBuf *insts, bool own_vbo)
if (batch->inst[v] == NULL) {
/* for now all VertexBuffers must have same vertex_len */
if (batch->inst[0]) {
- /* Allow for different size of vertex buf (will choose the smallest
- * number of verts). */
+ /* Allow for different size of vertex buffer (will choose the smallest number of verts). */
// BLI_assert(insts->vertex_len == batch->inst[0]->vertex_len);
}