fix Xcode signing error

This commit is contained in:
2019-05-23 20:21:28 +02:00
parent 8ab7c337e3
commit bb17bf73e2
2 changed files with 40 additions and 1 deletions

View File

@@ -505,7 +505,7 @@ void NodeStrokePreview::draw_stroke()
s_renderer = std::thread([] {
BT_SetTerminate();
#if __OSX__
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::this_thread::sleep_for(std::chrono::seconds(1));
#endif
App::I.async_start();
m_sampler_linear.create();