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/intern/TEX_util.c')
-rw-r--r--source/blender/nodes/intern/TEX_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/nodes/intern/TEX_util.c b/source/blender/nodes/intern/TEX_util.c
index f471198d8ee..dc31685827f 100644
--- a/source/blender/nodes/intern/TEX_util.c
+++ b/source/blender/nodes/intern/TEX_util.c
@@ -35,11 +35,11 @@
the TexDelegate* from its input stack, and uses tex_call_delegate to
retrieve the colour from the delegate.
- comments: (ton)
+ comments: (ton)
- This system needs recode, a node system should rely on the stack, and
+ This system needs recode, a node system should rely on the stack, and
callbacks for nodes only should evaluate own node, not recursively go
- over other previous ones.
+ over other previous ones.
*/
#include <assert.h>