Fixes, foxes, faxes, and "oh fucks."
Link and unlink buttons are now in the build menu. To facilitate this, some minor elements were adjusted, and the edit boxes were re-aligned. Emerald's layout was pretty sloppy anyway. More fiddling with the windlight menu, and more dead ends. Expect at least one more update before night's end to implement the features coming in from the merge. Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -5565,7 +5565,7 @@ void LLVOAvatar::processAnimationStateChanges()
|
||||
{
|
||||
LLMemType mt(LLMemType::MTYPE_AVATAR);
|
||||
|
||||
if (gNoRender)//||mLockTPose) (For future use -HGB)
|
||||
if ((gNoRender)||(gAgent.isTPosed())) //isTPosed is meant to stop animation updates while force-TPosed.
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user