aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/skottie/src/SkottieAnimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/skottie/src/SkottieAnimator.cpp')
-rw-r--r--modules/skottie/src/SkottieAnimator.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/skottie/src/SkottieAnimator.cpp b/modules/skottie/src/SkottieAnimator.cpp
index b2ec87254b..7ce1b7f6ba 100644
--- a/modules/skottie/src/SkottieAnimator.cpp
+++ b/modules/skottie/src/SkottieAnimator.cpp
@@ -245,6 +245,10 @@ static inline bool BindPropertyImpl(const skjson::ObjectValue* jprop,
const auto& jpropA = (*jprop)["a"];
const auto& jpropK = (*jprop)["k"];
+ if (!(*jprop)["x"].is<skjson::NullValue>()) {
+ LOG("?? Unsupported expression.\n");
+ }
+
// Older Json versions don't have an "a" animation marker.
// For those, we attempt to parse both ways.
if (!ParseDefault<bool>(jpropA, false)) {