jbousquie %!s(int64=9) %!d(string=hai) anos
pai
achega
cb17f05c2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Math/babylon.math.ts

+ 1 - 1
src/Math/babylon.math.ts

@@ -467,7 +467,7 @@
         public normalize(): Vector2 {
             var len = this.length();
 
-            if (len  === 0)
+            if (len === 0)
                 return this;
 
             var num = 1.0 / len;