mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
This commit is contained in:
parent
ab61d62f5e
commit
86fb5a0124
@ -150,7 +150,7 @@ void effect_load_target(Effect *effect)
|
||||
effect->target.g = get_config_bool("Target", "Green", TRUE);
|
||||
effect->target.b = get_config_bool("Target", "Blue", TRUE);
|
||||
effect->target.k = get_config_bool("Target", "Gray", TRUE);
|
||||
effect->target.a = get_config_bool("Target", "Alpha", FALSE);
|
||||
effect->target.a = get_config_bool("Target", "Alpha", TRUE);
|
||||
effect->target.index = get_config_bool("Target", "Index", FALSE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user