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>2007-02-11 07:02:17 +0300
committerJoshua Leung <aligorith@gmail.com>2007-02-11 07:02:17 +0300
commit045c40b815f862772cad042e346821539aa52cea (patch)
tree72084cb645da92140d6908067c94b728116c2fd3 /source/blender/src/drawipo.c
parentb90a0ce285a3a71c2a6e617baabc08fe11624c7f (diff)
Tiny cleanups of marker drawing code. Shouldn't cause any problems.
Diffstat (limited to 'source/blender/src/drawipo.c')
-rw-r--r--source/blender/src/drawipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawipo.c b/source/blender/src/drawipo.c
index 6421374d4c9..ad4e477a461 100644
--- a/source/blender/src/drawipo.c
+++ b/source/blender/src/drawipo.c
@@ -2163,7 +2163,7 @@ void drawipospace(ScrArea *sa, void *spacedata)
draw_ipovertices(1);
/* draw markers */
- draw_markers_timespace(&(sipo->v2d));
+ draw_markers_timespace();
/* restore viewport */
mywinset(sa->win);