This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
javascript
/
three.js
şunun yansıması
https://github.com/tazdij/three.js.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
missing semi
Yomotsu
5 yıl önce
ebeveyn
938a4cf5ab
işleme
881697f638
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
src/math/Vector2.js
+ 1
- 1
src/math/Vector2.js
Dosyayı Görüntüle
@@ -33,7 +33,7 @@ class Vector2 {
get isVector2() {
- return true
+ return true
;
}