Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 9, 2021
1 parent 082e7c7 commit c64a577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogre2/src/Ogre2GpuRays.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ class ignition::rendering::Ogre2GpuRaysPrivate
/// emitter region
public: std::unique_ptr<Ogre2ParticleNoiseListener> particleNoiseListener[6];

/// \brief Actual near clip plane
public: float nearClipCube= 0.0;
/// \brief Near clip plane for cube camera
public: float nearClipCube = 0.0;
};

using namespace ignition;
Expand Down

0 comments on commit c64a577

Please sign in to comment.