mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
PU_HWRCACHE_UNLOCKED bmomento bróder
This commit is contained in:
parent
08d4a36f63
commit
d80bfb4e94
1 changed files with 0 additions and 2 deletions
|
@ -397,7 +397,6 @@ static void md2_loadTexture(md2_t *model)
|
|||
#endif
|
||||
}
|
||||
HWD.pfnSetTexture(grpatch->mipmap);
|
||||
HWR_UnlockCachedPatch(grpatch);
|
||||
}
|
||||
|
||||
// -----------------+
|
||||
|
@ -453,7 +452,6 @@ static void md2_loadBlendTexture(md2_t *model)
|
|||
#endif
|
||||
}
|
||||
HWD.pfnSetTexture(grpatch->mipmap); // We do need to do this so that it can be cleared and knows to recreate it when necessary
|
||||
HWR_UnlockCachedPatch(grpatch);
|
||||
|
||||
Z_Free(filename);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue