fix ParticlesPreset.serialize
This commit is contained in:
parent
fdbe8ca9c6
commit
76d6b518a5
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user