From f91fe78af5145a2f5706acd17d0e793ab7b311f8 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Thu, 28 Jan 2016 01:35:50 -0500 Subject: cleanup: spelling, comments, alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed pet peeve “frustrum” and other non-functional changes. --- source/blender/makesdna/DNA_world_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_world_types.h') diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h index 73bfa7a36fe..5fd4c9fd407 100644 --- a/source/blender/makesdna/DNA_world_types.h +++ b/source/blender/makesdna/DNA_world_types.h @@ -86,7 +86,7 @@ typedef struct World { * bit 2: (reserved) depth of field * bit 3: (gameengine): Activity culling is enabled. * bit 4: ambient occlusion - * bit 5: (gameengine) : enable Bullet DBVT tree for view frustrum culling + * bit 5: (gameengine) : enable Bullet DBVT tree for view frustum culling */ short mode; // partially moved to scene->gamedata in 2.5 short occlusionRes; /* resolution of occlusion Z buffer in pixel */ // XXX moved to scene->gamedata in 2.5 -- cgit v1.2.3