Meshes with multiple batches handled

This commit is contained in:
surkeh
2018-04-13 17:22:07 -07:00
parent 4df1024a55
commit ad32d3d10a
3 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ bool getmeshheader(struct MeshHeader**, unsigned int i, const char * const);
// ** = 'pass by reference' of a pointer to struct
bool getmeshbatch(struct Batch*,
struct MeshHeader*,
unsigned int offset,
const char * const);
#endif