提交 c4a09f75 编写于 作者: S Simon Fels

Reset layer state when cycle is done

上级 72a7e2e4
......@@ -89,4 +89,7 @@ void LayerManager::finish_cycle() {
layers_.erase(iter);
}
}
for (auto &layer : layers_)
layer.second.updated = false;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册