mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 09:01:22 +00:00
- Tools.DrawLines no longer snaps the geometry to map format accuracy. Use General.Map.Map.SnapAllToAccuracy() to compensate.
This commit is contained in:
parent
b0dfbc0df9
commit
ed9f393fb1
2 changed files with 3 additions and 3 deletions
|
@ -1380,9 +1380,6 @@ namespace CodeImp.DoomBuilder.Geometry
|
|||
if((newlines[i].Front == null) && (newlines[i].Back == null)) newlines[i].Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
// Snap to map format accuracy
|
||||
General.Map.Map.SnapAllToAccuracy();
|
||||
|
||||
// Mark new geometry only
|
||||
General.Map.Map.ClearMarkedLinedefs(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue