Don't apply any alpha optimizations if they are disabled
This commit is contained in:
parent
4adcc5e14a
commit
3d0aace81b
1 changed files with 1 additions and 3 deletions
|
|
@ -285,9 +285,7 @@ impl Default for Options {
|
||||||
for i in 0..4 {
|
for i in 0..4 {
|
||||||
strategies.insert(i);
|
strategies.insert(i);
|
||||||
}
|
}
|
||||||
let mut alphas = HashSet::new();
|
let alphas = HashSet::new();
|
||||||
alphas.insert(colors::AlphaOptim::NoOp);
|
|
||||||
alphas.insert(colors::AlphaOptim::Black);
|
|
||||||
|
|
||||||
Options {
|
Options {
|
||||||
backup: false,
|
backup: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue