mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 06:16:21 +00:00
txd.img bug
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user