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:
authorTon Roosendaal <ton@blender.org>2003-04-27 15:55:33 +0400
committerTon Roosendaal <ton@blender.org>2003-04-27 15:55:33 +0400
commit0b2b5dbfb982c383dd57aa4884f2b3f59f348747 (patch)
tree369db999db89340f5896dba92398f880ae379c95 /source/blender/makesdna/DNA_texture_types.h
parent4ddc43113ccc201d9a049814bb3acce36da58287 (diff)
More translations of c comments, now also include files!
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 9a222850519..32559fe7d80 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -179,7 +179,7 @@ typedef struct Tex {
#define TEX_FLIPBLEND 2
#define TEX_NEGALPHA 4
-/* extend (begint bij 1 ivm backward comp.) */
+/* extend (starts with 1 because of backward comp.) */
#define TEX_EXTEND 1
#define TEX_CLIP 2
#define TEX_REPEAT 3