Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyer committed Apr 17, 2023
1 parent 63bee90 commit 5416af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/camera_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ vtkCamera* camera_impl::GetVTKCamera()
return this->Internals->VTKRenderer->GetActiveCamera();
}

//----------------------------------------------------------------------------
cameraState* camera_impl::saveState()
{
return new cameraState_impl(this->GetVTKCamera());
Expand Down

0 comments on commit 5416af1

Please sign in to comment.