fix seam with ui zoom
This commit is contained in:
@@ -928,7 +928,7 @@ void Canvas::stroke_commit()
|
||||
|
||||
void Canvas::stroke_commit_timelapse()
|
||||
{
|
||||
if (m_encoder)
|
||||
if (m_encoder && App::I->rec_running)
|
||||
{
|
||||
auto t_now = std::chrono::high_resolution_clock::now();
|
||||
float dt = std::chrono::duration<float>(t_now - m_disrty_stroke_time).count();
|
||||
|
||||
Reference in New Issue
Block a user