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:
Diffstat (limited to 'source/blender/nodes/shader/node_shader_util.c')
-rw-r--r--source/blender/nodes/shader/node_shader_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/node_shader_util.c b/source/blender/nodes/shader/node_shader_util.c
index 6e79c4acbeb..606ba98762c 100644
--- a/source/blender/nodes/shader/node_shader_util.c
+++ b/source/blender/nodes/shader/node_shader_util.c
@@ -132,7 +132,7 @@ void nodeShaderSynchronizeID(bNode *node, int copyto)
Material *ma= (Material *)node->id;
int a;
- /* hrmf, case in loop isnt super fast, but we dont edit 100s of material at same time either! */
+ /* hrmf, case in loop isn't super fast, but we don't edit 100s of material at same time either! */
for(a=0, sock= node->inputs.first; sock; sock= sock->next, a++) {
if(!nodeSocketIsHidden(sock)) {
if(copyto) {