mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2025-01-09 00:14:42 +00:00
commit
768e916204
@ -96,6 +96,7 @@ void RSRenderThread::Start()
|
||||
{
|
||||
ROSEN_LOGD("RSRenderThread start.");
|
||||
running_.store(true);
|
||||
SetBackgroundStatus(false);
|
||||
if (thread_ == nullptr) {
|
||||
thread_ = std::make_unique<std::thread>(&RSRenderThread::RenderLoop, this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user