mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-22 13:53:02 +05:30
Replaced placeholder texture file name
This commit is contained in:
parent
aec8b64fd6
commit
dce4180d5d
@ -131,7 +131,7 @@ void unpacktextures(const char *filedata,
|
|||||||
unsigned int i;
|
unsigned int i;
|
||||||
for (i = 0; i < texturecount; i++) {
|
for (i = 0; i < texturecount; i++) {
|
||||||
texsize = descripts[i/(tp -> batchNumber)] -> textureSize;
|
texsize = descripts[i/(tp -> batchNumber)] -> textureSize;
|
||||||
sprintf(fmt, "test_%d.dds", i);
|
sprintf(fmt, "%s_%d.dds", filename, i);
|
||||||
write(fmt, i, filedata + tloc[i], texsize);
|
write(fmt, i, filedata + tloc[i], texsize);
|
||||||
}
|
}
|
||||||
free(fmt);
|
free(fmt);
|
||||||
|
Loading…
Reference in New Issue
Block a user