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:
authorMike Erwin <significant.bit@gmail.com>2016-01-28 09:35:50 +0300
committerMike Erwin <significant.bit@gmail.com>2016-01-28 09:36:12 +0300
commitf91fe78af5145a2f5706acd17d0e793ab7b311f8 (patch)
tree5db34caf2503cfbe9772c87f739dfd2e0cc29df5 /source/blender/makesdna/DNA_world_types.h
parent05dbc470ad9c1f953b5e8d2da5e3f1bfba6d4814 (diff)
cleanup: spelling, comments, alignment
fixed pet peeve “frustrum” and other non-functional changes.
Diffstat (limited to 'source/blender/makesdna/DNA_world_types.h')
-rw-r--r--source/blender/makesdna/DNA_world_types.h2
1 files changed, 1 insertions, 1 deletions
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