Merge branch 'master' into fs_emboss

This commit is contained in:
Filip Sykala 2022-05-11 16:05:40 +02:00
commit 34304a40bf
42 changed files with 1155 additions and 695 deletions

View file

@ -828,7 +828,7 @@ public:
class WipeTowerInfo {
protected:
Vec2d m_pos = {std::nan(""), std::nan("")};
Vec2d m_pos = {NaNd, NaNd};
double m_rotation = 0.;
BoundingBoxf m_bb;
friend class GLCanvas3D;