fix iOS short stroke preview

This commit is contained in:
2019-01-26 01:02:48 +01:00
parent 14b26c8902
commit 6f3465392b
3 changed files with 3 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ public:
float m_dist = 0;
float m_step = 0;
float m_max_size = FLT_MAX;
bool m_filter_points = true;
Camera m_camera;
std::shared_ptr<Brush> m_brush;
cbuffer<float, 3> m_curve_angles;