Fixed MSVC warning.
This commit is contained in:
parent
ab207b67a4
commit
30176ceab8
@ -342,7 +342,7 @@ namespace bgfx
|
||||
template<typename Ty>
|
||||
constexpr Handle(Ty _handle)
|
||||
: idx(_handle.idx)
|
||||
, type(toEnum<Ty>() )
|
||||
, type(uint16_t(toEnum<Ty>() ) )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user