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:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-19 09:18:16 +0300
commitfcac9e841040812f227ecc3f10d4a970b9e174fd (patch)
treebadaadd59d3e6b53f367060bb0a75091753f7999 /source/blender/gpu/intern
parent9f7f6d55404defb1a19b174d237b6e6de85271a2 (diff)
Cleanup: style
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 ea8f7516726..85543ca29b2 100644
--- a/source/blender/gpu/intern/gpu_buffers.c
+++ b/source/blender/gpu/intern/gpu_buffers.c
@@ -1730,7 +1730,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);