diff --git a/_simplex.c b/_simplex.c index 0ec88d5..b63d0f7 100644 --- a/_simplex.c +++ b/_simplex.c @@ -358,7 +358,7 @@ py_noise4(PyObject *self, PyObject *args, PyObject *kwargs) static char *kwlist[] = {"x", "y", "z", "w", "octaves", "persistence", "lacunarity", NULL}; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ffff|iff:snoise4", kwlist, - &x, &y, &z, &w, &octaves, &persistence)) + &x, &y, &z, &w, &octaves, &persistence, &lacunarity)) return NULL; if (octaves == 1) {