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.c')
-rw-r--r--source/creator/creator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index d69e4d075fd..900071ec1b0 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -67,6 +67,7 @@
#include "BKE_sound.h"
#include "BKE_vfont.h"
#include "BKE_volume.h"
+#include "BKE_world.h"
#include "DEG_depsgraph.h"
@@ -494,6 +495,7 @@ int main(int argc,
BKE_sound_init_once();
BKE_materials_init();
+ BKE_worlds_init();
#ifndef WITH_PYTHON_MODULE
if (G.background == 0) {