Skip to content

Commit

Permalink
Fixed light visual in OGRE (#862)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jun 12, 2023
1 parent 9421565 commit 65a1c9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ogre/src/OgreLightVisual.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ void OgreLightVisual::CreateVisual()
this->dataPtr->line->AddPoint(p.X(), p.Y(), p.Z());
}
this->dataPtr->line->Update();
this->ogreNode->setVisible(true);
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit 65a1c9c

Please sign in to comment.