We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0cac6 commit 8b67bb5Copy full SHA for 8b67bb5
src/xrCore/_cylinder.h
@@ -218,6 +218,6 @@ typedef _cylinder<float> Fcylinder;
218
typedef _cylinder<double> Dcylinder;
219
220
template <class T>
221
-BOOL _valid (const _cylinder<T>& c) { return _valid(c.m_center) && _valid(c.m_direction) && _valid(c.m_height) && _valid(c.m_height); }
+BOOL _valid (const _cylinder<T>& c) { return _valid(c.m_center) && _valid(c.m_direction) && _valid(c.m_height) && _valid(c.m_radius); }
222
223
#endif // _DEBUG
0 commit comments