Skip to content

Commit 41dd82d

Browse files
committed
fix style
Signed-off-by: Ian Chen <[email protected]>
1 parent f2f0dce commit 41dd82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ogre2/src/Ogre2GpuRays.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ class ignition::rendering::Ogre2GpuRaysPrivate
173173
/// emitter region
174174
public: std::unique_ptr<Ogre2ParticleNoiseListener> particleNoiseListener[6];
175175

176-
/// \brief Actual near clip plane
177-
public: float nearClipCube= 0.0;
176+
/// \brief Near clip plane for cube camera
177+
public: float nearClipCube = 0.0;
178178
};
179179

180180
using namespace ignition;

0 commit comments

Comments
 (0)