]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.c
made deformvertexes autosprite2 work properly
[xonotic/darkplaces.git] / zone.c
diff --git a/zone.c b/zone.c
index 829f25cb9ba8487c52c73ee8abe3c3b177861709..32655d9ad143e38fa8e9d390d6f62dd2d4b8fcd4 100644 (file)
--- a/zone.c
+++ b/zone.c
@@ -553,6 +553,7 @@ void MemStats_f(void)
 {
        Mem_CheckSentinelsGlobal();
        R_TextureStats_Print(false, false, true);
+       GL_Mesh_ListVBOs(false);
        Mem_PrintStats();
 }