Fixed a bug in the Thing edit form

This commit is contained in:
MascaraSnake 2016-01-15 22:24:01 +01:00
parent 784bb5737c
commit 443ba50581

View file

@ -288,7 +288,7 @@ namespace CodeImp.DoomBuilder.Windows
if (ti != null)
{
groupBox4.Text = ti.AngleText;
label3.Text = thinginfo.FlagsValueText + ":";
label3.Text = ti.FlagsValueText + ":";
}
}