Fix T79544: No sound in video sequencer preview.

Directly caused by rB2bb73787791a, but actual issue was a pre-exiting
typo that never caused problems so far apparently...
This commit is contained in:
Bastien Montagne 2020-08-05 13:04:23 +02:00
parent 02ccc37144
commit f96afde3bd
Notes: blender-bot 2023-02-14 10:29:30 +01:00
Referenced by issue #79544, No sound in video sequencer preview
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class BuilderMap {
TAG_SCENE_COMPOSITOR = (1 << 4),
TAG_SCENE_SEQUENCER = (1 << 5),
TAG_SCENE_AUDIO = (1 << 5),
TAG_SCENE_AUDIO = (1 << 6),
/* All ID components has been built. */
TAG_COMPLETE = (TAG_ANIMATION | TAG_PARAMETERS | TAG_TRANSFORM | TAG_GEOMETRY |