Merge branch 'blender-v2.93-release'

This commit is contained in:
Campbell Barton 2021-05-08 16:12:48 +10:00
commit 124572a6e5
1 changed files with 1 additions and 0 deletions

View File

@ -1784,6 +1784,7 @@ static char *wm_main_playanim_intern(int argc, const char **argv)
#ifdef USE_FRAME_CACHE_LIMIT
BLI_freelistN(&g_frame_cache.pics);
g_frame_cache.pics_len = 0;
g_frame_cache.pics_size_in_memory = 0;
#endif
#ifdef WITH_AUDASPACE