updated colors, shader, configs, bleh

This commit is contained in:
codeimp 2007-10-20 12:34:27 +00:00
parent c5815c5032
commit 224cc67afb
30 changed files with 278 additions and 93 deletions

View file

@ -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