Unpack textures has correct offsets for textures

This commit is contained in:
_
2018-04-04 21:49:32 -07:00
parent cff2209971
commit 24d4f920dc
3 changed files with 57 additions and 11 deletions

View File

@@ -46,7 +46,9 @@ void gettbd(struct TextureBatchDescriptor**,
const char*,
unsigned int);
void gettexturebatch(struct TextureBatch**,
unsigned int gettexturebatch(
struct TextureBatch**,
struct TextureBatchDescriptor**,
const char*,
unsigned int);
#endif