This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
samien
/
three.js
mirror de
https://github.com/mrdoob/three.js.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
add semicolon
SUNAG
10 anos atrás
pai
99e2e4e690
commit
667be893fb
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
examples/webgl_materials_nodes.html
+ 1
- 1
examples/webgl_materials_nodes.html
Ver arquivo
@@ -129,7 +129,7 @@
return textureCube;
- }()
+ }()
;
window.addEventListener( 'load', init );