Reset layer state when cycle is done
This commit is contained in:
parent
72a7e2e407
commit
c4a09f75af
1 changed files with 3 additions and 0 deletions
|
|
@ -89,4 +89,7 @@ void LayerManager::finish_cycle() {
|
|||
layers_.erase(iter);
|
||||
}
|
||||
}
|
||||
|
||||
for (auto &layer : layers_)
|
||||
layer.second.updated = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue