mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Added changes missed via merge failures.
Removed some unused files/references that were causing errors, related to issues #502 & #512
This commit is contained in:
parent
5525f8ecdd
commit
3e131f5b8e
78 changed files with 1812 additions and 1832 deletions
|
|
@ -1,3 +1,9 @@
|
|||
function AssetBrowser_SelectModule::showDialog(%this, %callback)
|
||||
{
|
||||
AssetBrowser_SelectModule.callback = %callback;
|
||||
Canvas.pushDialog(AssetBrowser_SelectModule);
|
||||
}
|
||||
|
||||
function AssetBrowser_SelectModule::onWake(%this)
|
||||
{
|
||||
AssetBrowser_SelectModuleWindow-->ModuleList.refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue