Skip to content
Snippets Groups Projects
Commit d80bfb4e authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

PU_HWRCACHE_UNLOCKED bmomento bróder

parent 08d4a36f
Branches
Tags
2 merge requests!734Rebase Keycodes only branch.,!519OpenGL fixes
...@@ -397,7 +397,6 @@ static void md2_loadTexture(md2_t *model) ...@@ -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) ...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment