fix tvp json export

This commit is contained in:
shun-iwasawa 2021-12-13 09:22:20 +09:00 committed by manongjohn
parent 8230920a13
commit 388520b4c1

View file

@ -366,7 +366,7 @@ void TvpJsonClip::build(ToonzScene* scene, TXsheet* xsheet) {
continue;
}
TvpJsonLayer layer;
layer.build(col, scene, column);
layer.build(m_layers.size(), scene, column);
if (!layer.isEmpty()) m_layers.append(layer);
}
}