Fixed warnings.

This commit is contained in:
bkaradzic
2012-12-31 20:52:48 -08:00
parent 58c0d54f59
commit fd35b10df6
2 changed files with 505 additions and 506 deletions

View File

@@ -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