testing iOS multithread rendering

This commit is contained in:
2019-03-01 10:07:54 +01:00
parent 44ca908c6d
commit 8cd02787b3
4 changed files with 67 additions and 52 deletions

View File

@@ -477,10 +477,6 @@ void NodeStrokePreview::draw_stroke()
{
if (m_size.x == 0 || m_size.y == 0)
return;
#if __IOS__
draw_stroke_immediate();
return;
#endif
s_queue.mutex.lock();
if (!s_running)
{