Cleanup.
This commit is contained in:
parent
67d36dc9a9
commit
cd81ab9b99
3 changed files with 35 additions and 21 deletions
examples/common
|
@ -389,7 +389,7 @@ struct Group
|
|||
|
||||
namespace bgfx
|
||||
{
|
||||
int32_t read(bx::ReaderI* _reader, bgfx::VertexDecl& _decl);
|
||||
int32_t read(bx::ReaderI* _reader, bgfx::VertexDecl& _decl, bx::Error* _err = NULL);
|
||||
}
|
||||
|
||||
struct Mesh
|
||||
|
|
Reference in a new issue