This commit is contained in:
Beeks
2010-09-01 18:12:48 -04:00
parent 441a7059f6
commit 8bf941ca38
3 changed files with 69 additions and 91 deletions

View File

@@ -889,6 +889,13 @@ void LLAgent::togglePhantom()
setPhantom( phan );
}
void LLAgent::toggleTPosed()
{
BOOL posed = !(mForceTPose);
setTPosed(posed);
}
//-----------------------------------------------------------------------------
// setRegion()