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 <campbell@blender.org>2022-10-17 03:16:39 +0300
committerCampbell Barton <campbell@blender.org>2022-10-17 03:16:39 +0300
commit2f3f208901b5bf0fde7fbc9c3f02b66f7591b169 (patch)
treee1638b14cc04a11444ff144540095478ace4697b /source/blender/draw
parent6ad04a031c0f4375769a9a6a47942905be544992 (diff)
Cleanup: spelling in comments, unused arg warning
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/intern/draw_pbvh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_pbvh.cc b/source/blender/draw/intern/draw_pbvh.cc
index 60a0d4e6bb2..38fb6d55245 100644
--- a/source/blender/draw/intern/draw_pbvh.cc
+++ b/source/blender/draw/intern/draw_pbvh.cc
@@ -398,7 +398,7 @@ struct PBVHBatches {
}
else {
foreach_grids(
- [&](int /*x*/, int /*y*/, int /*grid_index*/, CCGElem * /*elems*/[4], int i) {
+ [&](int /*x*/, int /*y*/, int /*grid_index*/, CCGElem * /*elems*/[4], int /*i*/) {
*static_cast<uchar *>(GPU_vertbuf_raw_step(&access)) = 0;
});
}