mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 09:51:47 +00:00
Updated: any graphic can be used as a skybox texture.
Fixed a crash when trying to get map title after closing Map options window. Updated game configurations (Sector_SetPortal).
This commit is contained in:
parent
a4699e156d
commit
75b107ef2f
8 changed files with 134 additions and 104 deletions
|
@ -2210,15 +2210,15 @@ namespace CodeImp.DoomBuilder
|
|||
}
|
||||
map.UpdateCustomLinedefColors();
|
||||
|
||||
// Reload resources
|
||||
ReloadResources();
|
||||
|
||||
// Update interface
|
||||
General.MainWindow.SetupInterface();
|
||||
General.MainWindow.UpdateThingsFilters();
|
||||
General.MainWindow.UpdateLinedefColorPresets(); //mxd
|
||||
General.MainWindow.UpdateInterface();
|
||||
|
||||
// Reload resources
|
||||
ReloadResources();
|
||||
|
||||
//mxd. Translate texture names
|
||||
bool nameschanged = map.TranslateTextureNames(config.UseLongTextureNames, false);
|
||||
grid.TranslateBackgroundName(config.UseLongTextureNames);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue