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/makesdna/DNA_lanpr_types.h')
-rw-r--r--source/blender/makesdna/DNA_lanpr_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_lanpr_types.h b/source/blender/makesdna/DNA_lanpr_types.h
index 08ec1a12464..2ba468ba56c 100644
--- a/source/blender/makesdna/DNA_lanpr_types.h
+++ b/source/blender/makesdna/DNA_lanpr_types.h
@@ -101,8 +101,8 @@ typedef struct LANPR_LineLayer {
int flags;
int _pad1;
- int qi_begin;
- int qi_end;
+ int level_start;
+ int level_end;
/** To be displayed on the list */
char name[64];