This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
javascript
/
three.js
espejo de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add missing semicolon in DragControls
Tristan Valcke
hace 8 años
padre
ef56ae47d5
commit
3d7e3b644e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
examples/js/controls/DragControls.js
+ 1
- 1
examples/js/controls/DragControls.js
Ver fichero
@@ -232,4 +232,4 @@ THREE.DragControls = function( _camera, _objects, _domElement ) {
}
-}
+}
;