You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/noise/perlin.py", line 171, in noise2
gi0 = perm[ii + perm[jj]] % 12
IndexError: tuple index out of range
I use noise 1.2.2, python 3.8.5, Termux in Android 7.1.1, Linux version 3.18.31
The text was updated successfully, but these errors were encountered:
Today I try terrain generation with different seeds. so I write:
But some error raise:
I use noise 1.2.2, python 3.8.5, Termux in Android 7.1.1, Linux version 3.18.31
The text was updated successfully, but these errors were encountered: