X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gl_textures.c;h=e473f6fdad0f05d17127ee54ca65bd5fa165e920;hb=4bdfa2e9bcc9150a43d44e87d412997d47d5b745;hp=97e0aa948fd964b351b73f348d0126fea77cdfac;hpb=5b7ad43049de22dd99890c2f449ea0c096da75e0;p=xonotic%2Fdarkplaces.git diff --git a/gl_textures.c b/gl_textures.c index 97e0aa94..e473f6fd 100644 --- a/gl_textures.c +++ b/gl_textures.c @@ -452,6 +452,7 @@ static void r_textures_start(void) // LordHavoc: allow any alignment CHECKGLERROR qglPixelStorei(GL_UNPACK_ALIGNMENT, 1);CHECKGLERROR + qglPixelStorei(GL_PACK_ALIGNMENT, 1);CHECKGLERROR texturemempool = Mem_AllocPool("texture management", 0, NULL);