mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
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:
parent
3fffde867e
commit
48559a50fb
1 changed files with 0 additions and 3 deletions
|
@ -499,9 +499,6 @@ namespace CodeImp.DoomBuilder.Rendering
|
||||||
|
|
||||||
// Show zoom on main window
|
// Show zoom on main window
|
||||||
General.MainWindow.UpdateZoom(scale);
|
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
|
// This updates some maths
|
||||||
|
|
Loading…
Reference in a new issue