mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 09:51:47 +00:00
updated colors, shader, configs, bleh
This commit is contained in:
parent
c5815c5032
commit
224cc67afb
30 changed files with 278 additions and 93 deletions
|
@ -722,6 +722,9 @@ namespace CodeImp.DoomBuilder.Interface
|
|||
|
||||
// Reload resources if a map is open
|
||||
if(General.Map != null) General.Map.ReloadResources();
|
||||
|
||||
// Redraw display
|
||||
RedrawDisplay();
|
||||
}
|
||||
|
||||
// Done
|
||||
|
@ -738,6 +741,9 @@ namespace CodeImp.DoomBuilder.Interface
|
|||
{
|
||||
// Update shortcut keys in menus
|
||||
ApplyShortcutKeys();
|
||||
|
||||
// Redraw display
|
||||
RedrawDisplay();
|
||||
}
|
||||
|
||||
// Done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue