diff -r e34d6a30b96d -r 75efc3ba5a56 src/model.h --- a/src/model.h Mon Apr 10 14:46:36 2023 +0300 +++ b/src/model.h Tue Apr 11 11:11:28 2023 +0300 @@ -30,8 +30,9 @@ }; template -struct Colored : T +struct Colored { + T element; ldraw::Color color; };