瀏覽代碼

Merge pull request #1204 from John3/development

little typo
Daniel Buckmaster 10 年之前
父節點
當前提交
e9a0975208
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/environment/scatterSky.cpp

+ 1 - 1
Engine/source/environment/scatterSky.cpp

@@ -329,7 +329,7 @@ void ScatterSky::initPersistFields()
          "Affects the size of the sun's disk." );
 
       addField( "colorizeAmount",      TypeF32,    Offset( mColorizeAmt, ScatterSky ),
-         "Controls how much the the alpha component of colorize brigthens the sky. Setting to 0 returns default behavior." );
+         "Controls how much the alpha component of colorize brigthens the sky. Setting to 0 returns default behavior." );
 
       addField( "colorize",            TypeColorF, Offset( mColorize, ScatterSky ),
          "Tints the sky the color specified, the alpha controls the brigthness. The brightness is multipled by the value of colorizeAmt." );