From c64a5772065d23fe0e28d7624fe4cf1e9ac10d99 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 29 Jun 2021 08:57:07 -0700 Subject: [PATCH] fix style Signed-off-by: Ian Chen --- ogre2/src/Ogre2GpuRays.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogre2/src/Ogre2GpuRays.cc b/ogre2/src/Ogre2GpuRays.cc index 9a5b0803b..b8b1902e6 100644 --- a/ogre2/src/Ogre2GpuRays.cc +++ b/ogre2/src/Ogre2GpuRays.cc @@ -186,8 +186,8 @@ class ignition::rendering::Ogre2GpuRaysPrivate /// emitter region public: std::unique_ptr 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;