mistake in previous commit, stopped CurNurbs from appending

This commit is contained in:
2008-12-30 05:00:19 +00:00
parent 1c663bbc7e
commit bd97dd0846

View File

@@ -521,7 +521,7 @@ PyObject *CurNurb_appendPointToNurb( Nurb * nurb, PyObject * value )
PyObject *args;
BPoint *tmp;
if (PyTuple_Check(args)) {
if (PyTuple_Check(value)) {
args= value;
}
else {