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>2017-04-21 10:58:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-21 10:58:18 +0300
commit3a75e84376e291cc415f3405ebd32eaec671e0ee (patch)
tree0cbef768a6e49b9670c3f71e99afe5b8ef99711c /source/creator
parent2b9738b7f814a7c5cae02d283d0958a2a0284cb5 (diff)
Draw Manager: edit-mode 3d text drawing
Draw cursor and selection, also support for fast-display.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 78bab14cd96..4e090b0b19f 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -231,8 +231,7 @@ int main(
/* --- end declarations --- */
- /* ensure we free data on early-exit */
- struct CreatorAtExitData app_init_data = {NULL};
+ /* ensure we free data on early-exit */ struct CreatorAtExitData app_init_data = {NULL};
BKE_blender_atexit_register(callback_main_atexit, &app_init_data);
#ifdef WIN32