Merge branch 'master' of github.com:bkaradzic/bgfx

This commit is contained in:
bkaradzic 2012-12-31 21:45:16 -08:00
commit ec099acbd7
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