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>2006-07-05 15:59:00 +0400
committerTon Roosendaal <ton@blender.org>2006-07-05 15:59:00 +0400
commitc2a2913ba64f66437123137f9f0e07843336a00a (patch)
tree50f94a31df1bcbf79c4f52a3a630877a0ad04983 /source/blender/src/edittime.c
parent8640615ac6386dbf6372be286115321c06878ede (diff)
Enabled Audio scrubbing in LMB dragging in IpoWindow and TimeLine.
Diffstat (limited to 'source/blender/src/edittime.c')
-rw-r--r--source/blender/src/edittime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/edittime.c b/source/blender/src/edittime.c
index fcc3dfad6a0..266d7bda139 100644
--- a/source/blender/src/edittime.c
+++ b/source/blender/src/edittime.c
@@ -548,7 +548,7 @@ void winqreadtimespace(ScrArea *sa, void *spacedata, BWinEvent *evt)
{
first= 0;
CFRA= cfra;
- update_for_newframe_nodraw(1); // 1= nosound
+ update_for_newframe_nodraw(0); // 1= nosound
timeline_force_draw(stime->redraws);
}
else PIL_sleep_ms(30);