fix stroke preview
This commit is contained in:
@@ -1259,7 +1259,9 @@ void Canvas::stroke_start(glm::vec3 point, float pressure)
|
||||
m_tmp_dual[i].unbindFramebuffer();
|
||||
}
|
||||
}
|
||||
m_mixer.bindFramebuffer();
|
||||
m_mixer.clear();
|
||||
m_mixer.unbindFramebuffer();
|
||||
m_show_tmp = true;
|
||||
}
|
||||
void Canvas::layer_add(std::string name, std::shared_ptr<Layer> layer /*= nullptr*/, int index /*= 0*/)
|
||||
|
||||
Reference in New Issue
Block a user