mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Cleanup.
This commit is contained in:
parent
344bacab7c
commit
cba8c5d430
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ namespace bgfx
|
|||
return _rhs;
|
||||
}
|
||||
|
||||
bool operator==(uintptr_t _rhs)
|
||||
bool operator==(uintptr_t _rhs) const
|
||||
{
|
||||
uintptr_t lhs = *this;
|
||||
return lhs == _rhs;
|
||||
|
|
Loading…
Reference in a new issue