Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenkernel/intern/image_gen.c')
-rw-r--r--source/blender/blenkernel/intern/image_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/image_gen.c b/source/blender/blenkernel/intern/image_gen.c
index c31ec593e54..eda22a095ef 100644
--- a/source/blender/blenkernel/intern/image_gen.c
+++ b/source/blender/blenkernel/intern/image_gen.c
@@ -287,7 +287,7 @@ static void checker_board_text(unsigned char *rect, float *rect_float, int width
int x, y;
int pen_x, pen_y;
char text[3] = {'A', '1', '\0'};
- const int mono = blf_mono_font;
+ const int mono = blf_mono_font_render;
BLF_size(mono, 54, 72); /* hard coded size! */