mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 06:33:49 +00:00
fix particle glow
multiple preloads were failing to return false or mesages on failure of mandatory entries. clear out redundant isScriptFile definition fix default order of /scripts/managedData script files
This commit is contained in:
parent
5d260bc58f
commit
cce40efd35
21 changed files with 250 additions and 134 deletions
|
|
@ -1427,7 +1427,7 @@ bool GuiPopUpMenuCtrlEx::onKeyDown(const GuiEvent &event)
|
|||
//------------------------------------------------------------------------------
|
||||
void GuiPopUpMenuCtrlEx::onAction()
|
||||
{
|
||||
if (!mActive)
|
||||
if (!mActive || dynamic_cast<GuiPopupTextListCtrlEx*>(mTl) == NULL )
|
||||
return;
|
||||
|
||||
GuiControl *canCtrl = getParent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue