Oops, should leave that there.

This commit is contained in:
Inusaito Sayori
2015-02-02 19:28:29 -05:00
parent ac0afbcc4a
commit c3e9150125

View File

@@ -529,7 +529,9 @@ void LLNotifyBox::drawBackground() const
void LLNotifyBox::close()
{
if (!mIsTip)
bool not_tip = !mIsTip;
die();
if (not_tip)
{
if (LLNotifyBox* front = gNotifyBoxView->getFirstNontipBox())
{
@@ -541,8 +543,6 @@ void LLNotifyBox::close()
}
--sNotifyBoxCount;
}
die();
}
void LLNotifyBox::format(std::string& msg, const LLStringUtil::format_map_t& args)