mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 05:40:33 +00:00
txd.img bug
This commit is contained in:
parent
76fe1247c8
commit
c2e20070ab
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue