Skip to content

Commit

Permalink
Merge 612c35d into f192e4f
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde authored Jun 9, 2023
2 parents f192e4f + 612c35d commit d62d996
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 d62d996

Please sign in to comment.