Made own avatar the default for Debug Avatar Textures in Advanced menu under Character
This commit is contained in:
@@ -7379,6 +7379,13 @@ void handle_debug_avatar_textures(void*)
|
||||
{
|
||||
LLFloaterAvatarTextures::show(objectp->getID());
|
||||
}
|
||||
// <edit?
|
||||
// default to own avatar
|
||||
else
|
||||
{
|
||||
LLFloaterAvatarTextures::show(gAgent.getID());
|
||||
}
|
||||
// </edit>
|
||||
}
|
||||
|
||||
void handle_grab_texture(void* data)
|
||||
|
||||
Reference in New Issue
Block a user