mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed VS2008 build.
This commit is contained in:
parent
fab2ef534c
commit
40c9aa78d8
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ struct Group
|
|||
|
||||
struct EdgeComparator
|
||||
{
|
||||
bool operator()(const f6_t& _a, const f6_t& _b)
|
||||
bool operator()(const f6_t& _a, const f6_t& _b) const
|
||||
{
|
||||
const uint8_t t0 = 0
|
||||
| ( (_a.f[0] < _b.f[0]) << 5)
|
||||
|
|
Loading…
Reference in a new issue