Fix spelling in Cycles distance culling description.

This commit is contained in:
Brecht Van Lommel 2016-11-20 20:50:16 +01:00
parent 99c5c8befc
commit 57141ea30e
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
cls.distance_cull_margin = FloatProperty(
name="Cull Distance",
description="Cull objects which are further away from camera then this distance",
description="Cull objects which are further away from camera than this distance",
default=50,
min=0.0
)