notify rec_loop on draw_commit

This commit is contained in:
2019-11-09 14:58:15 +01:00
parent a00f78de80
commit 7b544522cf
3 changed files with 27 additions and 8 deletions

View File

@@ -208,6 +208,7 @@ public:
void stroke_end();
void stroke_cancel();
void stroke_commit();
void stroke_commit_timelapse();
void draw_merge(bool draw_checkerboard, std::array<bool, 6> faces = SIXPLETTE(true));
void clear(const glm::vec4& color = { 1, 1, 1, 0 });
void clear_all();