]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
faster skeletal animation based on blend-palettes
[xonotic/darkplaces.git] / model_shared.c
index 04ab74d771ceb028742cf47ef6f52056a65d13b4..f56515d910dab9550d52b80d6359270aead56115 100644 (file)
@@ -92,6 +92,7 @@ static void mod_shutdown(void)
                        Mod_UnloadModel(mod);
 
        Mod_FreeQ3Shaders();
+       Mod_Skeletal_FreeBuffers();
 }
 
 static void mod_newmap(void)