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

Merge pull request #4564 from bghgary/fix-typo

Fix typo in doc comment
David Catuhe пре 7 година
родитељ
комит
b795f7cc07
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Helpers/babylon.environmentHelper.ts

+ 1 - 1
src/Helpers/babylon.environmentHelper.ts

@@ -82,7 +82,7 @@ module BABYLON {
          */
         groundMirrorTextureType: number;
         /**
-         * Specifies a bias applied to the ground vertical position to prevent z-fighyting with
+         * Specifies a bias applied to the ground vertical position to prevent z-fighting with
          * the shown objects.
          */
         groundYBias: number;