Specify that executor delay is in tics

This commit is contained in:
spherallic 2023-09-11 02:42:03 +02:00
parent a51366131c
commit 705f618eb5

View file

@ -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
//