mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Fixed a bug in the Thing edit form
This commit is contained in:
parent
784bb5737c
commit
443ba50581
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
if (ti != null)
|
||||
{
|
||||
groupBox4.Text = ti.AngleText;
|
||||
label3.Text = thinginfo.FlagsValueText + ":";
|
||||
label3.Text = ti.FlagsValueText + ":";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue