This commit is contained in:
David Capello 2008-01-13 21:18:00 +00:00
parent ab61d62f5e
commit 86fb5a0124

View File

@ -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);
}