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:
authorMartin Poirier <theeth@yahoo.com>2009-07-09 05:48:08 +0400
committerMartin Poirier <theeth@yahoo.com>2009-07-09 05:48:08 +0400
commit304cbc09ab5027893bbc0b96b17f84b6f03fdb85 (patch)
tree059c7d3d29b7cd34f35da0216866c544eec4b8ee /source/blender/blenlib
parent93428ff82a7cc53e6f684f3607306b213f1b954c (diff)
Cosmetic changes in etch-a-ton drawing code, mostly.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_graph.h b/source/blender/blenlib/BLI_graph.h
index f4fccfcbb2c..1dd439468f7 100644
--- a/source/blender/blenlib/BLI_graph.h
+++ b/source/blender/blenlib/BLI_graph.h
@@ -88,6 +88,7 @@ typedef struct BArcIterator {
StoppedFct stopped;
float *p, *no;
+ float size;
int length;
int index;