mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
fixed bug: changing skill now also updates the example result parameters
This commit is contained in:
parent
35e2a46458
commit
6b1bc51dda
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
// Apply to selected configuration
|
||||
ci = listconfigs.SelectedItems[0].Tag as ConfigurationInfo;
|
||||
ci.TestSkill = skill.Value;
|
||||
|
||||
CreateParametersExample();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue