diff options
author | JFonS <joan.fonssanchez@gmail.com> | 2018-10-02 16:01:24 +0200 |
---|---|---|
committer | JFonS <joan.fonssanchez@gmail.com> | 2018-10-03 10:27:24 +0200 |
commit | e14ead32dd90575e43e021bec1d171b8f60245b6 (patch) | |
tree | d543b0d850c7233a58b36a01fc4dfb25b922af8b /modules/opensimplex/config.py | |
parent | 6e619ccb240e81d673fc361a63a8107e0a9858d7 (diff) | |
download | redot-engine-e14ead32dd90575e43e021bec1d171b8f60245b6.tar.gz |
Remove redundant size property from NoiseTexture
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(): |