Преглед изворни кода

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);
         /**