1
1

Correct error in d2222d5b2c

This commit is contained in:
2022-03-11 15:27:34 +11:00
parent d2222d5b2c
commit cf58648409

View File

@@ -44,7 +44,7 @@ static void rna_Nurb_valid_message(Nurb *nu, int direction, int *result_len, con
int pnts;
short order, flag;
const char *dir;
if (direction) {
if (direction == 0) {
pnts = nu->pntsu;
order = nu->orderu;
flag = nu->flagu;