- bug fix: in background render, the default builtin font was not
activated for rendering when other fonts were packed too.
This commit is contained in:
@@ -117,7 +117,7 @@ void BKE_font_register_builtin(void *mem, int size)
|
||||
static PackedFile *get_builtin_packedfile(void)
|
||||
{
|
||||
if (!builtin_font_data) {
|
||||
printf("Internal error, builtin font not loaded");
|
||||
printf("Internal error, builtin font not loaded\n");
|
||||
|
||||
return NULL;
|
||||
} else {
|
||||
|
@@ -484,7 +484,6 @@ static void initbuttons(void)
|
||||
|
||||
void BIF_init(void)
|
||||
{
|
||||
BKE_font_register_builtin(datatoc_Bfont, datatoc_Bfont_size);
|
||||
|
||||
initscreen(); /* for (visuele) speed, this first, then setscreen */
|
||||
initbuttons();
|
||||
|
Reference in New Issue
Block a user