mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed warnings.
This commit is contained in:
parent
58c0d54f59
commit
fd35b10df6
2 changed files with 505 additions and 506 deletions
|
@ -163,6 +163,7 @@ namespace bgfx
|
|||
|
||||
switch (type)
|
||||
{
|
||||
default:
|
||||
case AttribType::Uint8:
|
||||
{
|
||||
uint8_t* packed = (uint8_t*)data;
|
||||
|
@ -279,6 +280,7 @@ namespace bgfx
|
|||
|
||||
switch (type)
|
||||
{
|
||||
default:
|
||||
case AttribType::Uint8:
|
||||
{
|
||||
uint8_t* packed = (uint8_t*)data;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue