draw main brush preview first if the queue is long

This commit is contained in:
2019-03-02 19:08:11 +01:00
parent 62e037dd1a
commit 9a9d018ffb
5 changed files with 8 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ public:
static void terminate_renderer();
std::shared_ptr<Brush> m_brush;
std::shared_ptr<Brush> m_dual_brush;
bool m_draw_first = false;
Stroke m_stroke;
Stroke m_dual_stroke;
std::vector<glm::vec2> m_bez_points;