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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-05-04 19:53:59 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-05-04 19:53:59 +0300
commit773691310f9479a7de9b01f13fbbdc5d45c1c47e (patch)
tree35431153f13931dc2858bea4b5cb09fa1350cd53 /source/blender/editors/space_graph
parent7595c9ecdafc711c29c6ea8b019c67d3ff0421ad (diff)
Fix T64143: Crash when scrubbing in the graph editor
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_ops.c b/source/blender/editors/space_graph/graph_ops.c
index 5c7035a4c04..054a1e3d8ee 100644
--- a/source/blender/editors/space_graph/graph_ops.c
+++ b/source/blender/editors/space_graph/graph_ops.c
@@ -105,7 +105,7 @@ static void graphview_cursor_apply(bContext *C, wmOperator *op)
}
SUBFRA = 0.0f;
- BKE_sound_seek_scene(bmain, scene);
+ BKE_sound_update_and_seek(bmain, CTX_data_depsgraph(C));
}
/* set the cursor value */