mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
PU_HWRCACHE_UNLOCKED bmomento bróder
This commit is contained in:
parent
9560d43063
commit
1bf3c14c16
1 changed files with 0 additions and 2 deletions
|
|
@ -397,7 +397,6 @@ static void md2_loadTexture(md2_t *model)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
HWD.pfnSetTexture(grpatch->mipmap);
|
HWD.pfnSetTexture(grpatch->mipmap);
|
||||||
HWR_UnlockCachedPatch(grpatch);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------+
|
// -----------------+
|
||||||
|
|
@ -453,7 +452,6 @@ static void md2_loadBlendTexture(md2_t *model)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
HWD.pfnSetTexture(grpatch->mipmap); // We do need to do this so that it can be cleared and knows to recreate it when necessary
|
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);
|
Z_Free(filename);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue