Quick Animation Editors Bugfix:

The settings for expanding the set of materials and/or particles on Objects were inverted, resulting in the wrong icon being shown.
This commit is contained in:
Joshua Leung
2009-10-02 23:28:58 +00:00
parent 44b74fa0ac
commit 72554c5dbb

View File

@@ -909,7 +909,6 @@ static int acf_fillmatd_setting_flag(int setting, short *neg)
switch (setting) {
case ACHANNEL_SETTING_EXPAND: /* expanded */
*neg= 1;
return OB_ADS_SHOWMATS;
default: /* unsupported */
@@ -953,7 +952,6 @@ static int acf_fillpartd_setting_flag(int setting, short *neg)
switch (setting) {
case ACHANNEL_SETTING_EXPAND: /* expanded */
*neg= 1;
return OB_ADS_SHOWPARTS;
default: /* unsupported */