txd.img bug

This commit is contained in:
aap
2020-08-19 16:54:09 +02:00
parent 76fe1247c8
commit c2e20070ab
2 changed files with 6 additions and 0 deletions

View File

@ -525,6 +525,7 @@ SetTxdFindCallback(void)
CTxdStore::AddRef(slot);
// TODO: function for this
genericTxd = CTxdStore::GetSlot(slot)->texDict;
assert(genericTxd);
if(defaultFindCB == nil)
defaultFindCB = rw::Texture::findCB;
rw::Texture::findCB = customFindCB;