mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed MSVC warning.
This commit is contained in:
@@ -342,7 +342,7 @@ namespace bgfx
|
||||
template<typename Ty>
|
||||
constexpr Handle(Ty _handle)
|
||||
: idx(_handle.idx)
|
||||
, type(toEnum<Ty>() )
|
||||
, type(uint16_t(toEnum<Ty>() ) )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user