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>2018-04-19 09:18:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-19 09:18:42 +0300
commit9a301978bdf0a7bab8dedf62e8c623aa33e96177 (patch)
tree12582e40131e113efc6a21040c084144e04d002d /source/blender/gpu/intern
parent1f5d51e44ecf99f34d8e733559a9312e5ae3ef33 (diff)
parentfcac9e841040812f227ecc3f10d4a970b9e174fd (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_buffers.c b/source/blender/gpu/intern/gpu_buffers.c
index 3367a568bc5..d2a18684e27 100644
--- a/source/blender/gpu/intern/gpu_buffers.c
+++ b/source/blender/gpu/intern/gpu_buffers.c
@@ -1734,7 +1734,7 @@ void GPU_pbvh_bmesh_buffers_update(
int i;
#if 0
- BM_iter_as_array(bm, BM_VERTS_OF_FACE, f, (void**)v, 3);
+ BM_iter_as_array(bm, BM_VERTS_OF_FACE, f, (void **)v, 3);
#endif
BM_face_as_array_vert_tri(f, v);