mirror of https://github.com/bkaradzic/bgfx
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
ec099acbd7
|
@ -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 New Issue