gl: inline draw_state::test_property because msvc doesnt do it for us
This commit is contained in:
@@ -98,7 +98,7 @@ struct driver_state
|
||||
return !!test;
|
||||
}
|
||||
|
||||
const bool test_property(GLenum property, u32 test) const
|
||||
inline bool test_property(GLenum property, u32 test) const
|
||||
{
|
||||
auto found = properties.find(property);
|
||||
if (found == properties.end())
|
||||
|
||||
Reference in New Issue
Block a user