Yomotsu 5 سال پیش
والد
کامیت
881697f638
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
 
 	}