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:
Diffstat (limited to 'source/blender/blenloader/intern/versioning_dna.c')
-rw-r--r--source/blender/blenloader/intern/versioning_dna.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/versioning_dna.c b/source/blender/blenloader/intern/versioning_dna.c
index 78c14c65f8c..dccc41f354f 100644
--- a/source/blender/blenloader/intern/versioning_dna.c
+++ b/source/blender/blenloader/intern/versioning_dna.c
@@ -46,11 +46,11 @@
/**
* Included in DNA versioning code.
*
- * Currently use 'old' names when replacing struct members.
+ * Currently use 'new' names when replacing struct members.
*/
DNA_STRUCT_REPLACE(Lamp, Light)
-DNA_STRUCT_MEMBER_REPLACE(Lamp, clipsta, clip_start)
-DNA_STRUCT_MEMBER_REPLACE(Lamp, clipend, clip_end)
+DNA_STRUCT_MEMBER_REPLACE(Light, clipsta, clip_start)
+DNA_STRUCT_MEMBER_REPLACE(Light, clipend, clip_end)
DNA_STRUCT_MEMBER_REPLACE(LightProbe, clipsta, clip_start)
DNA_STRUCT_MEMBER_REPLACE(LightProbe, clipend, clip_end)
DNA_STRUCT_MEMBER_REPLACE(Camera, clipsta, clip_start)