[Bf-blender-cvs] [275b187c907] temp-vse-channels-edge-panning: Use correct DNA padding

Richard Antalik noreply at git.blender.org
Wed Mar 9 18:10:50 CET 2022


Commit: 275b187c907326f22fc7e678db2ed763e1aa2c52
Author: Richard Antalik
Date:   Tue Mar 8 15:29:21 2022 +0100
Branches: temp-vse-channels-edge-panning
https://developer.blender.org/rB275b187c907326f22fc7e678db2ed763e1aa2c52

Use correct DNA padding

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

M	source/blender/makesdna/DNA_sequence_types.h

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

diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index cc4169fa5c2..87877a50855 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -276,7 +276,7 @@ typedef struct Editing {
   /** Pointer to the current list of seq's being edited (can be within a meta strip). */
   ListBase *seqbasep;
   ListBase *active_channels;
-  ListBase *active_channels2;
+  void *_pad0;
   /** Pointer to the top-most seq's. */
   ListBase seqbase;
   ListBase metastack;



More information about the Bf-blender-cvs mailing list