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-05-30 15:05:29 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-30 15:05:29 +0400
commitaa4d64d7ff17d4557acd74540914de872a32ba81 (patch)
tree5b347b6aef28850789668148352f5941ea711e78 /source/blender/editors/space_nla/nla_draw.c
parent32d0533f78c63d5d95b693e1e6e65144203dc42a (diff)
NLA SoC: Bugfixes for previous commit
* Compile fix in nla_draw.c * Not totally correct yet, but now NLA-tracks get drawn too after action 'push-down'
Diffstat (limited to 'source/blender/editors/space_nla/nla_draw.c')
-rw-r--r--source/blender/editors/space_nla/nla_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c
index 081064317d6..8ff9522358c 100644
--- a/source/blender/editors/space_nla/nla_draw.c
+++ b/source/blender/editors/space_nla/nla_draw.c
@@ -618,7 +618,7 @@ void draw_nla_channel_list (bAnimContext *ac, SpaceNla *snla, ARegion *ar)
glBegin(GL_LINES);
glVertex2f((float)NLACHANNEL_NAMEWIDTH-offset-1, y-7);
glVertex2f((float)NLACHANNEL_NAMEWIDTH-offset-1, y+7);
- glVertex2f((float)NLACHANNEL_NAMEWIDTH-1, y-7;
+ glVertex2f((float)NLACHANNEL_NAMEWIDTH-1, y-7);
glVertex2f((float)NLACHANNEL_NAMEWIDTH-1, y+7);
glEnd(); // GL_LINES