Yomotsu 5 lat temu
rodzic
commit
881697f638
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/math/Vector2.js

+ 1 - 1
src/math/Vector2.js

@@ -33,7 +33,7 @@ class Vector2 {
 
 	get isVector2() {
 
-		return true
+		return true;
 
 	}