Changed style of comments with asterisks to avoid highlighting errors on //* with weak highlighters, change is to all files that could potentially break highlights
Most were needed, though some were just for possible problems with highlighting, should not affect performance whatsoever.
This commit is contained in:
@@ -1266,7 +1266,7 @@ void LLViewerFetchedTexture::init(bool firstinit)
|
||||
|
||||
LLViewerFetchedTexture::~LLViewerFetchedTexture()
|
||||
{
|
||||
//*NOTE getTextureFetch can return NULL when Viewer is shutting down.
|
||||
// *NOTE getTextureFetch can return NULL when Viewer is shutting down.
|
||||
// This is due to LLWearableList is singleton and is destroyed after
|
||||
// LLAppViewer::cleanup() was called. (see ticket EXT-177)
|
||||
if (mHasFetcher && LLAppViewer::getTextureFetch())
|
||||
|
||||
Reference in New Issue
Block a user