fix ParticlesPreset.serialize
This commit is contained in:
@@ -26,7 +26,7 @@ dv::value ParticlesPreset::serialize() const {
|
|||||||
if (frames.empty()) {
|
if (frames.empty()) {
|
||||||
root["texture"] = texture;
|
root["texture"] = texture;
|
||||||
} else {
|
} else {
|
||||||
auto& arr = root.list("animation");
|
auto& arr = root.list("frames");
|
||||||
for (const auto& frame : frames) {
|
for (const auto& frame : frames) {
|
||||||
arr.add(frame);
|
arr.add(frame);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user