[Bf-blender-cvs] [dbaaff2e09b] blender2.8 master: Fix build after previous commit.

Brecht Van Lommel noreply at git.blender.org
Sat Jul 8 02:10:36 CEST 2017


Commit: dbaaff2e09b9bd84adabc553f855a8e33c253851
Author: Brecht Van Lommel
Date:   Sat Jul 8 02:07:39 2017 +0200
Branches: blender2.8 master
https://developer.blender.org/rBdbaaff2e09b9bd84adabc553f855a8e33c253851

Fix build after previous commit.

===================================================================

M	source/blender/windowmanager/intern/wm_playanim.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_playanim.c b/source/blender/windowmanager/intern/wm_playanim.c
index 6bf7bcc2934..0a6e329a7c1 100644
--- a/source/blender/windowmanager/intern/wm_playanim.c
+++ b/source/blender/windowmanager/intern/wm_playanim.c
@@ -1256,7 +1256,7 @@ static char *wm_main_playanim_intern(int argc, const char **argv)
 	//GHOST_ActivateWindowDrawingContext(g_WS.ghost_window);
 
 	/* initialize the font */
-	BLF_init(11, 72);
+	BLF_init();
 	ps.fontid = BLF_load_mem("monospace", (unsigned char *)datatoc_bmonofont_ttf, datatoc_bmonofont_ttf_size);
 	BLF_size(ps.fontid, 11, 72);




More information about the Bf-blender-cvs mailing list