diff options
Diffstat (limited to 'modules/opensimplex/config.py')
-rw-r--r-- | modules/opensimplex/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/opensimplex/config.py b/modules/opensimplex/config.py index c91c9e5c80..c1010ad433 100644 --- a/modules/opensimplex/config.py +++ b/modules/opensimplex/config.py @@ -7,7 +7,7 @@ def configure(env): def get_doc_classes(): return [ "NoiseTexture", - "SimplexNoise" + "OpenSimplexNoise" ] def get_doc_path(): |