diff options
author | Don Kjer <don@lindenlab.com> | 2011-02-18 23:16:38 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-02-18 23:16:38 +0000 |
commit | 774405e92bec6bdfa9e2be28e04b4b47fd71615e (patch) | |
tree | b31140c5fe134fa95fdae03cbac3aec44916f55c /indra/newview/llhudeffectlookat.cpp | |
parent | a4de39381ffcfeb455c3860ace7e7da7f756f774 (diff) |
Cleanup of headless client (was: DisableRendering mode)
* Now called 'HeadlessClient' instead of 'DisableRendering'
* Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
Diffstat (limited to 'indra/newview/llhudeffectlookat.cpp')
-rw-r--r-- | indra/newview/llhudeffectlookat.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llhudeffectlookat.cpp b/indra/newview/llhudeffectlookat.cpp index 8cf7d23f88..72f64752d6 100644 --- a/indra/newview/llhudeffectlookat.cpp +++ b/indra/newview/llhudeffectlookat.cpp @@ -587,11 +587,6 @@ void LLHUDEffectLookAt::update() */ bool LLHUDEffectLookAt::calcTargetPosition() { - if (gNoRender) - { - return false; - } - LLViewerObject *target_obj = (LLViewerObject *)mTargetObject; LLVector3 local_offset; |