diff options
author | prep <none@none> | 2012-06-01 13:01:13 -0400 |
---|---|---|
committer | prep <none@none> | 2012-06-01 13:01:13 -0400 |
commit | ed486b3ca00c12aee5b1f594f9f8e507e784996a (patch) | |
tree | c5a3846d99e1d5b6f28ea18ea9874e62562bb5d3 /indra/newview | |
parent | 5e15eaca23e9618bc9585caacd27ed4b64833541 (diff) |
Update to latest llphysics extensions library
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterpathfindingobjects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingobjects.cpp b/indra/newview/llfloaterpathfindingobjects.cpp index d78ad9d754..8d5674054b 100644 --- a/indra/newview/llfloaterpathfindingobjects.cpp +++ b/indra/newview/llfloaterpathfindingobjects.cpp @@ -757,7 +757,7 @@ LLUUID LLFloaterPathfindingObjects::getUUIDFromSelection( LLVector3& pos ) { pos = viewerObject->getRenderPosition(); } - //prep#llinfos<<"id : "<<selectedItem->getUUID()<<llendl; + //llinfos<<"id : "<<selectedItem->getUUID()<<llendl; return selectedItem->getUUID(); } |