mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 16:41:38 +00:00
- added SectorMaker (unfinished)
- changed a lot in data management - less memory usage by texture browsers
This commit is contained in:
parent
5a5f113855
commit
1ada9addf3
16 changed files with 814 additions and 408 deletions
|
@ -199,6 +199,9 @@ namespace CodeImp.DoomBuilder.Interface
|
|||
General.Settings.WriteSetting("browserwindow.sizewidth", lastsize.Width);
|
||||
General.Settings.WriteSetting("browserwindow.sizeheight", lastsize.Height);
|
||||
General.Settings.WriteSetting("browserwindow.windowstate", windowstate);
|
||||
|
||||
// Clean up
|
||||
browser.CleanUp();
|
||||
}
|
||||
|
||||
// Static method to browse for flats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue