set combo vFlip
This commit is contained in:
parent
ed529969b5
commit
b048298bcc
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ void LayerComposition::setVFlip(bool vFlip){
|
||||||
for(auto & layer : layers){
|
for(auto & layer : layers){
|
||||||
layer.second->setVFlip(vFlipState);
|
layer.second->setVFlip(vFlipState);
|
||||||
}
|
}
|
||||||
|
for(const auto & combo_it : atlasLayerCombos){
|
||||||
|
combo_it.second->setVFlip(vFlipState);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue