This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
missing semi
Yomotsu
5 năm trước cách đây
mục cha
938a4cf5ab
commit
881697f638
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
src/math/Vector2.js
+ 1
- 1
src/math/Vector2.js
Xem Tập Tin
@@ -33,7 +33,7 @@ class Vector2 {
get isVector2() {
- return true
+ return true
;
}