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>2012-02-10 10:50:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-10 10:50:16 +0400
commit2dda20a96e6b5f54d195a23d661db23d4596b415 (patch)
tree3f657336cbc72c462da43a7fc857987db999773b /source/blender/editors/space_image
parent3aeb7b3150053db9b10abc6ac3f65fbca020f35e (diff)
Style Edits only: use TRUE/FALSE rather then 1/0
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/space_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 4d74322fc56..b37a5811cb4 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -608,7 +608,7 @@ static void image_refresh(const bContext *C, ScrArea *UNUSED(sa))
if(em && EDBM_texFaceCheck(em)) {
sima->image= NULL;
- tf = EDBM_get_active_mtexpoly(em, NULL, 1); /* partially selected face is ok */
+ tf = EDBM_get_active_mtexpoly(em, NULL, TRUE); /* partially selected face is ok */
if(tf) {
/* don't need to check for pin here, see above */