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/world.c')
-rw-r--r--source/blender/blenkernel/intern/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c
index 4cc6ae190e0..2118f9adda9 100644
--- a/source/blender/blenkernel/intern/world.c
+++ b/source/blender/blenkernel/intern/world.c
@@ -70,7 +70,7 @@ void BKE_world_free(World *wrld)
void BKE_world_init(World *wrld)
{
- BLI_assert(MEMCMP_STRUCT_OFS_IS_ZERO(wrld, id));
+ BLI_assert(MEMCMP_STRUCT_AFTER_IS_ZERO(wrld, id));
wrld->horr = 0.05f;
wrld->horg = 0.05f;