Browse Source

missing semi

Yomotsu 5 years ago
parent
commit
881697f638
1 changed files with 1 additions and 1 deletions
  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;
 
 	}