Fix T41047: Text objects flipping

This commit is contained in:
Campbell Barton
2014-08-07 09:14:54 +10:00
parent 1923a5c134
commit ea30641d90

View File

@@ -653,8 +653,8 @@ static void curve_to_filledpoly(Curve *cu, ListBase *UNUSED(nurb), ListBase *dis
bevels_to_filledpoly(cu, dispbase);
}
else {
/* TODO, investigate passing zup instead of NULL */
BKE_displist_fill(dispbase, dispbase, NULL, false);
const float z_up[3] = {0.0f, 0.0f, 1.0f};
BKE_displist_fill(dispbase, dispbase, z_up, false);
}
}