Fix own error in recent changes curve text storage,

Setting via rna crashed.
This commit is contained in:
2014-01-06 02:40:17 +11:00
parent 7f0239033b
commit 3027cdd0ba

View File

@@ -459,6 +459,7 @@ static void rna_Curve_body_set(PointerRNA *ptr, const char *value)
Curve *cu = (Curve *)ptr->id.data;
cu->len_wchar = len_chars;
cu->len = len_bytes;
cu->pos = len_chars;