mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed warnings.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user