Mesh: [skip ci] fix bug in Mesh.export when passing a custom tolerance value

This commit is contained in:
wmayer
2020-08-26 11:06:43 +02:00
parent 30bc9fc6be
commit f09d48d0fe

View File

@@ -361,9 +361,9 @@ private:
if (!PyArg_ParseTupleAndKeywords( args.ptr(), keywds.ptr(),
#if PY_MAJOR_VERSION >= 3
"Oet|fp",
"Oet|dp",
#else
"Oet|fi",
"Oet|di",
#endif // Python version switch
kwList, &objects, "utf-8", &fileNamePy,
&fTolerance, &exportAmfCompressed )) {