removed a piece of code which caused some of the slow downs during resources loading (and this code is not even needed anymore)

This commit is contained in:
codeimp 2009-01-12 10:17:07 +00:00
parent 3fffde867e
commit 48559a50fb

View file

@ -499,9 +499,6 @@ namespace CodeImp.DoomBuilder.Rendering
// Show zoom on main window
General.MainWindow.UpdateZoom(scale);
// Recalculate linedefs (normal lengths must be adjusted)
foreach(Linedef l in General.Map.Map.Linedefs) l.NeedUpdate();
}
// This updates some maths