[Bf-blender-cvs] [f5aafba8362] draw-deferred-compilation-experiment: Fix typo in previous commit

Richard Antalik noreply at git.blender.org
Thu Apr 21 11:14:15 CEST 2022


Commit: f5aafba836217d78b784466a1c28b638de4902c3
Author: Richard Antalik
Date:   Thu Apr 21 02:26:54 2022 +0200
Branches: draw-deferred-compilation-experiment
https://developer.blender.org/rBf5aafba836217d78b784466a1c28b638de4902c3

Fix typo in previous commit

===================================================================

M	source/blender/editors/space_sequencer/sequencer_select.c

===================================================================

diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c
index cd9c334b705..95707f83d85 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -1921,7 +1921,7 @@ static bool select_grouped_effect(SeqCollection *strips,
   Sequence *seq;
   SEQ_ITERATOR_FOREACH (seq, strips) {
     if (SEQ_CHANNEL_CHECK(seq, channel) && (seq->type & SEQ_TYPE_EFFECT) &&
-        SEQ_relation_is_effect_of_strip(seq, actseq) {
+        SEQ_relation_is_effect_of_strip(seq, actseq)) {
       effects[seq->type] = true;
     }
   }



More information about the Bf-blender-cvs mailing list