summaryrefslogtreecommitdiffstats
path: root/modules/opensimplex/SCsub
diff options
context:
space:
mode:
authorsantouits <santouits@users.noreply.github.com>2018-09-28 14:30:07 +0300
committersantouits <santouits@users.noreply.github.com>2018-09-28 14:31:36 +0300
commit2694053be34f64d15181114df9042c1f3a3ffc39 (patch)
tree9a7f9aa4663959bf2d5ba16e8b7f1f42ba89ab3c /modules/opensimplex/SCsub
parent9197a55f7ac6464d416bd03aef28944554642a43 (diff)
downloadredot-engine-2694053be34f64d15181114df9042c1f3a3ffc39.tar.gz
Renaming SimplexNoise refs to OpenSimplexNoise
Because I think github doesn't show history of renamed files - The original work is done in commit f12a1b8 by JFonS - Improved Documentation in commit a386af6 - Last change on the files was in commit 463af5b - and Fixed compiler warnings in commit e5bbcb8bcf8180a54fdcc5c4291b153246d861ce
Diffstat (limited to 'modules/opensimplex/SCsub')
-rw-r--r--modules/opensimplex/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/opensimplex/SCsub b/modules/opensimplex/SCsub
index be9c8b091f..e6b2f41162 100644
--- a/modules/opensimplex/SCsub
+++ b/modules/opensimplex/SCsub
@@ -1,4 +1,4 @@
#!/usr/bin/env python
Import('env')
-env.add_source_files(env.modules_sources, ["register_types.cpp", "simplex_noise.cpp", "noise_texture.cpp", "#thirdparty/misc/open-simplex-noise.c"])
+env.add_source_files(env.modules_sources, ["register_types.cpp", "open_simplex_noise.cpp", "noise_texture.cpp", "#thirdparty/misc/open-simplex-noise.c"])