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
path: root/source
diff options
context:
space:
mode:
authorWayde Moss <wbmoss_dev@yahoo.com>2022-04-15 20:21:07 +0300
committerWayde Moss <wbmoss_dev@yahoo.com>2022-04-15 20:21:07 +0300
commit4e6c0669e328ee5e8cdd77c2cf7108ab5e315ebd (patch)
treea5cfec0074fa30d5f443057960cc458178fe7c73 /source
parent0f9057390de1ce240cf5b09492077169ebf132c5 (diff)
Cleanup: fix warning for differing parameter names
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/nla_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/nla_private.h b/source/blender/blenkernel/nla_private.h
index cef9e543a59..41d1eef733c 100644
--- a/source/blender/blenkernel/nla_private.h
+++ b/source/blender/blenkernel/nla_private.h
@@ -258,7 +258,7 @@ void nlasnapshot_blend_strip(PointerRNA *ptr,
void nlasnapshot_blend_strip_get_inverted_lower_snapshot(
PointerRNA *ptr,
- NlaEvalData *eval_data,
+ NlaEvalData *channels,
ListBase *modifiers,
NlaEvalStrip *nes,
NlaEvalSnapshot *snapshot,