fixed bug: changing skill now also updates the example result parameters

This commit is contained in:
codeimp 2008-09-10 18:34:26 +00:00
parent 35e2a46458
commit 6b1bc51dda

View file

@ -349,6 +349,8 @@ namespace CodeImp.DoomBuilder.Windows
// Apply to selected configuration // Apply to selected configuration
ci = listconfigs.SelectedItems[0].Tag as ConfigurationInfo; ci = listconfigs.SelectedItems[0].Tag as ConfigurationInfo;
ci.TestSkill = skill.Value; ci.TestSkill = skill.Value;
CreateParametersExample();
} }
} }
} }