Fix animation player initialization

Updates from 9d30fade3e weren't applied to the animation player
causing an assert and missing call to IMB_init.
This commit is contained in:
2020-10-22 17:07:56 +11:00
parent ef969fb85f
commit 9ea345d1cf
2 changed files with 5 additions and 3 deletions

View File

@@ -109,6 +109,7 @@ static bool is_appdir_init = false;
void BKE_appdir_init(void)
{
#ifndef NDEBUG
BLI_assert(is_appdir_init == false);
is_appdir_init = true;
#endif
}