Innitial commit. Pulled minor changes out of bulk of changes comming for multi-wearables.
This commit is contained in:
@@ -670,8 +670,10 @@ void LocalAssetBrowser::PerformTimedActions(void)
|
||||
// one of the layer bitmaps has been updated, we need to rebake.
|
||||
if ( mLayerUpdated )
|
||||
{
|
||||
LLVOAvatar* avatar = gAgentAvatarp;
|
||||
if (avatar) { avatar->forceBakeAllTextures(SLAM_FOR_DEBUG); }
|
||||
if (isAgentAvatarValid())
|
||||
{
|
||||
gAgentAvatarp->forceBakeAllTextures(SLAM_FOR_DEBUG);
|
||||
}
|
||||
|
||||
mLayerUpdated = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user