From 9c2668f7c979939faf9818f4514f1ed3b9928755 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 16 Nov 2005 12:49:54 +0000 Subject: [PATCH] To explicitly use VISU_Actor::UpdateFromFactory instead of VISU_Actor::Update --- src/VISU_I/VISU_Prs3d_i.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_Prs3d_i.cc b/src/VISU_I/VISU_Prs3d_i.cc index 30891516..17c7d61a 100644 --- a/src/VISU_I/VISU_Prs3d_i.cc +++ b/src/VISU_I/VISU_Prs3d_i.cc @@ -212,7 +212,7 @@ VISU::Prs3d_i theActor->SetPipeLine(GetPipeLine()); theActor->SetFactory(this); - myUpdateActorsSignal.connect(boost::bind(&VISU_Actor::Update,theActor)); + myUpdateActorsSignal.connect(boost::bind(&VISU_Actor::UpdateFromFactory,theActor)); myRemoveActorsFromRendererSignal.connect(boost::bind(&VISU_Actor::RemoveFromRender,theActor)); myActorCollection->AddItem(theActor); -- 2.39.2