This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
javascript
/
three.js
réplica de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
missing semi
Yomotsu
%!s(int64=5) %!d(string=hai) anos
pai
938a4cf5ab
achega
881697f638
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
src/math/Vector2.js
+ 1
- 1
src/math/Vector2.js
Ver ficheiro
@@ -33,7 +33,7 @@ class Vector2 {
get isVector2() {
- return true
+ return true
;
}