From 828c85a1bf6045dc76d1197635a4b71d897206c3 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 26 Mar 2015 11:35:41 +0100 Subject: sound module: Append functions with BKE (makes it easier to make them out from local functions) --- source/blender/editors/space_graph/graph_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_ops.c b/source/blender/editors/space_graph/graph_ops.c index da308d0b1f1..b52945297b9 100644 --- a/source/blender/editors/space_graph/graph_ops.c +++ b/source/blender/editors/space_graph/graph_ops.c @@ -88,7 +88,7 @@ static void graphview_cursor_apply(bContext *C, wmOperator *op) */ CFRA = RNA_int_get(op->ptr, "frame"); SUBFRA = 0.f; - sound_seek_scene(bmain, scene); + BKE_sound_seek_scene(bmain, scene); /* set the cursor value */ sipo->cursorVal = RNA_float_get(op->ptr, "value"); -- cgit v1.2.3