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>2017-05-04 22:41:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-04 23:42:53 +0300
commitef746be9826ee87ced68f27c81ec6fbf6bb7140f (patch)
treeb3b388d494f616236d3c718521e856de3f57bde7 /source/blender/editors/space_view3d/drawobject.c
parent129355c80a5eac7c48f3f61fe5a2a7f94ab836f0 (diff)
Cleanup: include the type of data in function name
Was confusing, some functions return vert or triangle data but naming wasn't very clear.
Diffstat (limited to 'source/blender/editors/space_view3d/drawobject.c')
-rw-r--r--source/blender/editors/space_view3d/drawobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 63b44e6daa3..a1aa2beeb7f 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -9565,7 +9565,6 @@ static void bbs_mesh_solid_faces(Scene *scene, Object *ob)
}
Batch_set_builtin_program(batch, GPU_SHADER_3D_FLAT_COLOR_U32);
Batch_draw(batch);
-
#endif
}