mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
Correct polyobject spawnpoint labels
This commit is contained in:
parent
53c44285ba
commit
cf4c54f8d3
1 changed files with 1 additions and 1 deletions
|
@ -1786,7 +1786,7 @@ namespace CodeImp.DoomBuilder.Rendering
|
|||
anchorlabel.Color = PixelColor.FromColor(Color.FromArgb(255, 255, 192, 0));
|
||||
spawnlabel.Color = PixelColor.FromColor(Color.FromArgb(255, 128, 255, 0));
|
||||
|
||||
spawnlabel.Text = polyspawns[j].AngleDoom.ToString();
|
||||
spawnlabel.Text = polyspawns[j].Tag.ToString();
|
||||
spawnlabel.Location = polyspawns[j].Position;
|
||||
RenderText((ITextLabel)spawnlabel);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue