]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
free texture processing buffers each frame so they don't hang around wasting memory
[xonotic/darkplaces.git] / gl_rmain.c
index 4306818f58948466ef885b8d691320b4f38d6867..82162e540f8adf2387a2008c24866b66c8a4f8bf 100644 (file)
@@ -620,6 +620,8 @@ void R_RenderView (void)
        R_MoveExplosions();
        R_TimeReport("mexplosion");
 
+       R_Textures_Frame();
+
        R_SetupFrame();
        R_SetFrustum();
        R_SetupFog();