Disable threading

This commit is contained in:
Peter 2019-07-03 01:14:23 +03:00
parent 241fa6966a
commit d0bb8e83d6

View File

@ -113,7 +113,7 @@ void AnimationImpl::init(const std::shared_ptr<LOTModel> &model)
mRenderInProgress = false; mRenderInProgress = false;
} }
#ifdef LOTTIE_THREAD_SUPPORT #if false //def LOTTIE_THREAD_SUPPORT
#include <thread> #include <thread>
#include "vtaskqueue.h" #include "vtaskqueue.h"