diff --git a/source/blender/blenkernel/intern/fcurve.cc b/source/blender/blenkernel/intern/fcurve.cc index 74262bb140e..7a189b9f4f3 100644 --- a/source/blender/blenkernel/intern/fcurve.cc +++ b/source/blender/blenkernel/intern/fcurve.cc @@ -1969,7 +1969,7 @@ void BKE_fcurve_deduplicate_keys(FCurve *fcu) if (fcu->totvert < 2) { return; } - + BLI_assert_msg(fcu->bezt, "this function only works with regular (non-sampled) FCurves"); if (fcu->bezt == nullptr) { return;