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>2019-02-08 01:39:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-08 01:41:28 +0300
commite1edb516994f88e1c1c03ec9f68d0bb0815ba6be (patch)
tree33f3a6a1417aeef1ff6d14f9961e652af23769ba /source/blender/makesdna/DNA_scene_types.h
parent261d42cd843d4eba82170193ccaea960cd4376b8 (diff)
Correct error in last commit
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index e1819fcb226..733d2fbab30 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1830,7 +1830,7 @@ typedef struct Scene {
enum {
R_SEQ_DEPRECATED_0 = (1 << 0), /* cleared */
R_SEQ_DEPRECATED_1 = (1 << 1), /* cleared */
- R_SEQ_DEPRECATED_3 = (1 << 2), /* cleared */
+ R_SEQ_DEPRECATED_2 = (1 << 2), /* cleared */
R_SEQ_SOLID_TEX = (1 << 3),
R_SEQ_CAMERA_DOF = (1 << 4),
};