Skip to content
Snippets Groups Projects
Commit aea6ea74 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

serialize material identifier

parent 0b6f1988
No related branches found
No related tags found
1 merge request!575Complete parameter tree builder, minor changes
......@@ -41,6 +41,7 @@ ParticleItem::ParticleItem() : ItemWithParticles(abundance_tooltip, position_too
void ParticleItem::serialize(Serializer& s)
{
s.assertVersion(0);
s.rw("MaterialIdentifier", m_materialIdentifier);
s.rw(m_abundance);
s.rw(m_position);
s.rw<RotationItemCatalog>(m_rotation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment