gl: inline draw_state::test_property because msvc doesnt do it for us

This commit is contained in:
kd-11 2018-02-22 00:03:57 +03:00
parent 6828d4b3c2
commit 5ede331da5

View file

@ -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())