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>2013-04-05 18:58:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-05 18:58:30 +0400
commit1c3c4f3954c4eadfde3431d5b1d800f664b3d6e6 (patch)
tree4acd4d5bccb8032d008a229173d8f9d4b95e8b07 /source/blender/editors/mesh/editface.c
parentd070940192561dab0f95ac2e28ac5a775007ae0d (diff)
code cleanup: use bool's for vgroup and editmode.
Diffstat (limited to 'source/blender/editors/mesh/editface.c')
-rw-r--r--source/blender/editors/mesh/editface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editface.c b/source/blender/editors/mesh/editface.c
index d6ae2497cbb..c12b2f57f1a 100644
--- a/source/blender/editors/mesh/editface.c
+++ b/source/blender/editors/mesh/editface.c
@@ -126,7 +126,7 @@ void paintface_flush_flags(Object *ob)
}
}
-void paintface_hide(Object *ob, const int unselected)
+void paintface_hide(Object *ob, const bool unselected)
{
Mesh *me;
MPoly *mpoly;