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>2020-05-01 07:37:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-01 07:40:35 +0300
commita6fbd4c9c8f46e479abb3be906362c8a71e5cee1 (patch)
treea78013859f9d94b93b55cac55e0d3b799aebe22b /source/blender/blenkernel/BKE_node.h
parentb7117b5728f9d52f36ee2443ffc446c2b9ff6006 (diff)
Cleanup: pass const arguments to texture functions
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 10175a2c45f..7c77d57bc69 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1276,7 +1276,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
float dyt[3],
int osatex,
const short thread,
- struct Tex *tex,
+ const struct Tex *tex,
short which_output,
int cfra,
int preview,