mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-10 09:41:22 +00:00
Fix VS auto-merging issue with stair sector builder
This commit is contained in:
parent
9f7b511224
commit
13b2156b08
1 changed files with 8 additions and 0 deletions
|
@ -842,6 +842,14 @@ namespace CodeImp.DoomBuilder.StairSectorBuilderMode
|
||||||
|
|
||||||
DoRedrawDisplay();
|
DoRedrawDisplay();
|
||||||
}
|
}
|
||||||
|
private void prefabload_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (prefabs.SelectedIndices.Count == 0) return;
|
||||||
|
|
||||||
|
LoadPrefab(prefabs.SelectedIndices[0]);
|
||||||
|
|
||||||
|
DoRedrawDisplay();
|
||||||
|
}
|
||||||
|
|
||||||
private void prefabdelete_Click(object sender, EventArgs e)
|
private void prefabdelete_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue