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/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 50c35f6f905..fe7f9c52f4d 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1240,8 +1240,9 @@ static const char arg_handle_register_extension_doc_silent[] =
static int arg_handle_register_extension(int UNUSED(argc), const char **UNUSED(argv), void *data)
{
# ifdef WIN32
- if (data)
+ if (data) {
G.background = 1;
+ }
RegisterBlendExtension();
# else
(void)data; /* unused */