Made own avatar the default for Debug Avatar Textures in Advanced menu under Character

This commit is contained in:
phr0z3nt04st
2010-07-05 01:30:54 -05:00
parent af427b47f4
commit be783a1a32

View File

@@ -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)