From a8ff37b95609148c60ddda9acfca65b2b89d6b9d Mon Sep 17 00:00:00 2001 From: prep Date: Fri, 1 Jun 2012 15:48:19 -0400 Subject: Migrated physics capsule logic into pathing character object --- indra/newview/pipeline.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview/pipeline.cpp') diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 46d257bd87..d54accfea5 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -106,7 +106,7 @@ #include "llnotifications.h" #include "llpathinglib.h" #include "llfloaterpathfindingconsole.h" -#include "llfloaterpathfindingobjects.h" +#include "llfloaterpathfindingcharacters.h" #include "llpathfindingpathtool.h" #ifdef _DEBUG @@ -4362,10 +4362,10 @@ void LLPipeline::renderDebug() { //character floater renderables - LLHandle pathfindingCharacterHandle = LLFloaterPathfindingObjects::getInstanceHandle(); + LLHandle pathfindingCharacterHandle = LLFloaterPathfindingCharacters::getInstanceHandle(); if ( !pathfindingCharacterHandle.isDead() ) { - LLFloaterPathfindingObjects *pathfindingCharacter = pathfindingCharacterHandle.get(); + LLFloaterPathfindingCharacters *pathfindingCharacter = pathfindingCharacterHandle.get(); if ( pathfindingCharacter->getVisible() || gAgentCamera.cameraMouselook() ) { -- cgit v1.2.3