Skip to content

Commit 8838d5a

Browse files
committed
xrCore/_obb: Fixed compilation.
1 parent 0a1afc7 commit 8838d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/_obb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ typedef _obb<double> Dobb;
140140
template <class T>
141141
BOOL _valid(const _obb<T>& m)
142142
{
143-
return _valid(m_rotate) && _valid(m_translate) && _valid(m_halfsize);
143+
return _valid(m.m_rotate) && _valid(m.m_translate) && _valid(m.m_halfsize);
144144
}
145145

146146
#endif

0 commit comments

Comments
 (0)