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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-07 23:19:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-07 23:19:56 +0400
commit541d239cdceced6067850053e707de3bb6a3c938 (patch)
tree1b3d2b6c3b932bcdc72d60d13096f5141026f565 /source/blender/editors/space_sequencer/space_sequencer.c
parent0c98a407a2e337ca3a3ba6be602fbbafa2e6a0a0 (diff)
fix for error in r44711, needed to update sequencer callback.
also quiet some warnings.
Diffstat (limited to 'source/blender/editors/space_sequencer/space_sequencer.c')
-rw-r--r--source/blender/editors/space_sequencer/space_sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/space_sequencer.c b/source/blender/editors/space_sequencer/space_sequencer.c
index e19382b0d64..e3e362c53a8 100644
--- a/source/blender/editors/space_sequencer/space_sequencer.c
+++ b/source/blender/editors/space_sequencer/space_sequencer.c
@@ -591,7 +591,7 @@ void ED_spacetype_sequencer(void)
/* set the sequencer callback when not in background mode */
if(G.background==0) {
- sequencer_view3d_cb= ED_view3d_draw_offscreen_imbuf_simple;
+ sequencer_view3d_cb = ED_view3d_draw_offscreen_imbuf_simple;
}
}