mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 15:01:11 +00:00
Specify that executor delay is in tics
This commit is contained in:
parent
a51366131c
commit
705f618eb5
1 changed files with 2 additions and 2 deletions
|
@ -200,11 +200,11 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
// executordelaylabel
|
||||
//
|
||||
executordelaylabel.AutoSize = true;
|
||||
executordelaylabel.Location = new System.Drawing.Point(59, 229);
|
||||
executordelaylabel.Location = new System.Drawing.Point(39, 229);
|
||||
executordelaylabel.Name = "executordelaylabel";
|
||||
executordelaylabel.Size = new System.Drawing.Size(80, 13);
|
||||
executordelaylabel.TabIndex = 71;
|
||||
executordelaylabel.Text = "Executor delay:";
|
||||
executordelaylabel.Text = "Executor delay (tics):";
|
||||
//
|
||||
// labelRepeatcntFront
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue