浏览代码

add parenthesis around the default value line

as asked in https://github.com/BabylonJS/Babylon.js/pull/5191#pullrequestreview-156798881
V!nc3r 7 年之前
父节点
当前提交
1efbbf6cff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/babylon.scene.ts

+ 1 - 1
src/babylon.scene.ts

@@ -696,7 +696,7 @@ module BABYLON {
         /**
         * Gets or sets the fog color to use
         * @see http://doc.babylonjs.com/babylon101/environment#fog
-        * Default is Color3(0.2, 0.2, 0.3)
+        * (Default is Color3(0.2, 0.2, 0.3))
         */
         public fogColor = new Color3(0.2, 0.2, 0.3);
         /**