Skip to content

Commit 537bcea

Browse files
authored
Fixed light visual in OGRE (#862)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent f192e4f commit 537bcea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ogre/src/OgreLightVisual.cc

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ void OgreLightVisual::CreateVisual()
8686
this->dataPtr->line->AddPoint(p.X(), p.Y(), p.Z());
8787
}
8888
this->dataPtr->line->Update();
89-
this->ogreNode->setVisible(true);
9089
}
9190

9291
//////////////////////////////////////////////////

0 commit comments

Comments
 (0)