mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Updated ToolsGuiTextPadProile to comply to editor theme
Further tweaks/reorg to UI module Implemented cubemap array scaling on GL so it doesn't crash when texture quality is lowered
This commit is contained in:
parent
4ddcc4a84b
commit
0b345fdf53
11 changed files with 200 additions and 217 deletions
|
|
@ -20,17 +20,6 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
// Cleanup Dialog created by 'core'
|
||||
if( isObject( MessageBoxYesNoDlg ) )
|
||||
MessageBoxYesNoDlg.delete();
|
||||
if( isObject( MessageBoxOKDlg ) )
|
||||
MessageBoxOKDlg.delete();
|
||||
|
||||
// Load Editor Dialogs
|
||||
exec("./guis/messageBoxOk.gui");
|
||||
exec("./guis/messageBoxYesNo.gui");
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
// Message Sound
|
||||
// --------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue