move time-lapse frame grab from tick to rec_loop

This commit is contained in:
2019-11-09 14:14:59 +01:00
parent faff1dd979
commit a00f78de80
4 changed files with 18 additions and 43 deletions

View File

@@ -1162,6 +1162,7 @@ void Canvas::draw_merge(bool draw_checkerboard, std::array<bool, 6> faces /*= SI
m_layers_merge.rtt(plane_index).unbindFramebuffer();
}
draw_merge(true);
}
void Canvas::stroke_update(glm::vec3 point, float pressure)