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 5c88705 commit 6f3dbc0Copy full SHA for 6f3dbc0
src/xrCore/_rect.h
@@ -89,7 +89,7 @@ typedef _rect<int> Irect;
89
template <class T>
90
BOOL _valid(const _rect<T>& m)
91
{
92
- return lt._valid() && rb._valid();
+ return m.lt._valid() && m.rb._valid();
93
}
94
95
#endif
0 commit comments