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-27 21:41:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-27 21:41:10 +0400
commit1fe4a273053abaa22a7d4b8af2475f1a05728b47 (patch)
treebb4656e352ef9f7e7de2e36041a9ecfda762197f /source/blender/blenkernel/intern/displist.c
parent6a04ff11afe5e59b29169e2466152028a9d8e904 (diff)
quiet warning, color blend c file was missing own include, also minor style tweaks.
Diffstat (limited to 'source/blender/blenkernel/intern/displist.c')
-rw-r--r--source/blender/blenkernel/intern/displist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/displist.c b/source/blender/blenkernel/intern/displist.c
index 9033d9a0824..b47b404dfe0 100644
--- a/source/blender/blenkernel/intern/displist.c
+++ b/source/blender/blenkernel/intern/displist.c
@@ -651,7 +651,7 @@ static void curve_to_filledpoly(Curve *cu, ListBase *UNUSED(nurb), ListBase *dis
}
else {
/* TODO, investigate passing zup instead of NULL */
- BKE_displist_fill(dispbase, dispbase, NULL,0);
+ BKE_displist_fill(dispbase, dispbase, NULL, false);
}
}