Store color information per segment

This commit is contained in:
wmayer
2019-07-04 16:55:03 +02:00
parent 2f4b08035f
commit 4b464dfa58
3 changed files with 6 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ Segment::Segment(const Segment& s)
: _mesh(s._mesh)
, _indices(s._indices)
, _name(s._name)
, _color(s._color)
, _save(s._save)
, _modifykernel(s._modifykernel)
{