diff --git a/src/presets/ParticlesPreset.cpp b/src/presets/ParticlesPreset.cpp index 774ab553..31b0cff2 100644 --- a/src/presets/ParticlesPreset.cpp +++ b/src/presets/ParticlesPreset.cpp @@ -26,7 +26,7 @@ dv::value ParticlesPreset::serialize() const { if (frames.empty()) { root["texture"] = texture; } else { - auto& arr = root.list("animation"); + auto& arr = root.list("frames"); for (const auto& frame : frames) { arr.add(frame); }