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:
authorJoshua Leung <aligorith@gmail.com>2009-03-15 13:43:17 +0300
committerJoshua Leung <aligorith@gmail.com>2009-03-15 13:43:17 +0300
commit863a0e246f1e845bbb512c870856c9110a9ad1b3 (patch)
treeb85c16f30f88e781953d52beb9c1e2aa86da8703
parent329aa658c97470a6ac2861c0c9b8108ff0c48182 (diff)
Fix for typo which broke compiling
-rw-r--r--source/blender/editors/space_graph/graph_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index bd57e9750eb..746424a10b9 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -710,7 +710,7 @@ void graph_draw_curves (bAnimContext *ac, SpaceIpo *sipo, ARegion *ar, View2DGri
*/
for (ale=anim_data.first; ale; ale=ale->next) {
FCurve *fcu= (FCurve *)ale->key_data;
- //FModifier *fcm= fcurve_active_modifier(fcu);
+ FModifier *fcm= fcurve_active_modifier(fcu);
//Object *nob= ANIM_nla_mapping_get(ac, ale);
/* map keyframes for drawing if scaled F-Curve */