This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
missing semi
Yomotsu
5 lat temu
rodzic
938a4cf5ab
commit
881697f638
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
src/math/Vector2.js
+ 1
- 1
src/math/Vector2.js
Wyświetl plik
@@ -33,7 +33,7 @@ class Vector2 {
get isVector2() {
- return true
+ return true
;
}