diff --git a/Source/Core/Map/MapSet.cs b/Source/Core/Map/MapSet.cs index 3c3ac2c3..3d7522f9 100755 --- a/Source/Core/Map/MapSet.cs +++ b/Source/Core/Map/MapSet.cs @@ -2262,10 +2262,10 @@ namespace CodeImp.DoomBuilder.Map watch.Start(); if (!builder.TraceSector(ls.Line, ls.Front)) { - General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms, failed!", watch.ElapsedMilliseconds)); + //General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms, failed!", watch.ElapsedMilliseconds)); continue; // Don't create sector if trace failed } - General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms", watch.ElapsedMilliseconds)); + //General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms", watch.ElapsedMilliseconds)); // Find any subsequent edges that were part of the sector created bool has_existing_lines = false; diff --git a/Source/Core/Map/SectorBuilder.cs b/Source/Core/Map/SectorBuilder.cs index 15febe01..72c9a107 100755 --- a/Source/Core/Map/SectorBuilder.cs +++ b/Source/Core/Map/SectorBuilder.cs @@ -21,9 +21,6 @@ namespace CodeImp.DoomBuilder.Map // Current outline private List o_edges; - private bool o_clockwise; - private RectangleF o_bbox; - private Vertex vertex_right; #endregion diff --git a/Source/Core/Properties/AssemblyInfo.cs b/Source/Core/Properties/AssemblyInfo.cs index a1330531..da9fde3d 100755 --- a/Source/Core/Properties/AssemblyInfo.cs +++ b/Source/Core/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using CodeImp.DoomBuilder; // Build Number // Revision // -[assembly: AssemblyVersion("2.3.0.2907")] +[assembly: AssemblyVersion("2.3.0.2908")] [assembly: NeutralResourcesLanguageAttribute("en")] -[assembly: AssemblyHash("6988bae")] +[assembly: AssemblyHash("dba7088")] diff --git a/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs b/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs index 4ed46d10..1a4e01ff 100755 --- a/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs +++ b/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Resources; // Build Number // Revision // -[assembly: AssemblyVersion("2.3.0.2907")] +[assembly: AssemblyVersion("2.3.0.2908")] [assembly: NeutralResourcesLanguageAttribute("en")]