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-30 17:22:26 +0400
committerTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
commit9174db096b7c114552a9c61d12701509da00fa09 (patch)
tree32c098c5e232294754ec219f560152cd031a4f71 /source/blender/src/glutil.c
parent53999bd80b1e7a1a51e2470fde038ad5aaecc888 (diff)
LAST of the c code comment translations... hooray!
Might be possible I mised an .h or so, just notify me in that case.
Diffstat (limited to 'source/blender/src/glutil.c')
-rw-r--r--source/blender/src/glutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/glutil.c b/source/blender/src/glutil.c
index f02570e897c..7c30a4b1a0a 100644
--- a/source/blender/src/glutil.c
+++ b/source/blender/src/glutil.c
@@ -98,7 +98,7 @@ void sdrawXORline4(int nr, int x0, int y0, int x1, int y1)
static short old[4][2][2];
static char flags[4]= {0, 0, 0, 0};
- /* automatische onthoud, max 4 lijnen */
+ /* with builtin memory, max 4 lines */
set_inverted_drawing(1);