mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Fixes and cleans up various issues and error spam for core and tools folders
Also: Fixes error spam about CreatorIconArray Fixes error spam about duplicate uses of various materials Converts a number of materials to be packed into the mat assets for cleanliness and preventing unwanted duplicate exec's Removed some extraneous misconvert '.asset.taml' files Fixes 'cannot compile shader' error when trying to use the viz modes Fixed a some instances of guiControlProfiles not being actually defined Fixed some instances of guiControlProfiles being duplicated
This commit is contained in:
parent
0fad36787f
commit
2c999008f1
87 changed files with 373 additions and 1245 deletions
|
|
@ -82,7 +82,6 @@ function onStart()
|
|||
// Common GUI stuff.
|
||||
exec( "./gui/cursors.ed." @ $TorqueScriptFileExtension );
|
||||
exec( "./gui/messageBoxes/messageBox.ed." @ $TorqueScriptFileExtension );
|
||||
exec( "./editorClasses/gui/panels/navPanelProfiles.ed." @ $TorqueScriptFileExtension );
|
||||
|
||||
// Make sure we get editor profiles before any GUI's
|
||||
// BUG: these dialogs are needed earlier in the init sequence, and should be moved to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue