Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-01-26 23:32:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-26 23:37:33 +0300
commit161e2343b7e1d749ced1bbac871d7f37778018d5 (patch)
tree6c7bb4a40b77a6cbcac25388c86e001350a75ee7 /source/creator
parenta2b9633791ffbab446dd2a0d8902c60b05eaac15 (diff)
Cleanup: minmac -> minmax & RE_render_ext naming
Use more conventional API word-ordering for RE_render_ext
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 01aff855713..b2bfe7f5d83 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1932,7 +1932,7 @@ int main(
DAG_init();
BKE_brush_system_init();
- RE_init_texture_rng();
+ RE_texture_rng_init();
BLI_callback_global_init();