mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
typos
This commit is contained in:
parent
abc2bab6e1
commit
00bf885d5e
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
// Constructor
|
||||
public CheckLineReferences()
|
||||
{
|
||||
// Total progress is done when all things are checked
|
||||
// Total progress is done when all lines are checked
|
||||
SetTotalProgress(General.Map.Map.Linedefs.Count);
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
// Constructor
|
||||
public CheckOverlappingLines()
|
||||
{
|
||||
// Total progress is done when all things are checked
|
||||
// Total progress is done when all lines are checked
|
||||
SetTotalProgress(General.Map.Map.Linedefs.Count);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue