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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-11 19:24:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-11 19:24:31 +0400
commitb97fc46abc7d45d11c444999bfe329e0be10feec (patch)
treedb4a07b1c74709ba21c72f475edf12bc88373d6d /source/creator
parent90f443bb86bdf5efc87633816df76b4c3bd49554 (diff)
remove all remaining data files from source, now all are converted at build time.
note: this is currently very slow in cmake, will address this next.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 983b164fc21..26e5e16af48 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1307,7 +1307,7 @@ int main(int argc, const char **argv)
#endif
/* background render uses this font too */
- BKE_vfont_builtin_register(datatoc_Bfont, datatoc_Bfont_size);
+ BKE_vfont_builtin_register(datatoc_bfont_pfb, datatoc_bfont_pfb_size);
/* Initialize ffmpeg if built in, also needed for bg mode if videos are
* rendered via ffmpeg */