Sanity checks, bugfixes, crashfixes, and misc tweaks snagged from snowglobe.
This commit is contained in:
@@ -37,3 +37,10 @@
|
||||
/* static */
|
||||
LLEditMenuHandler* LLEditMenuHandler::gEditMenuHandler = NULL;
|
||||
|
||||
LLEditMenuHandler::~LLEditMenuHandler()
|
||||
{
|
||||
if (gEditMenuHandler == this)
|
||||
{
|
||||
gEditMenuHandler = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user