Explorar el Código

Fixed vive paint trigger.

Mr.doob hace 9 años
padre
commit
5f74c54682
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webvr_vive_paint.html

+ 1 - 1
examples/webvr_vive_paint.html

@@ -392,7 +392,7 @@
 
 					}
 
-					if ( controller.getButtonState( 'trigger ') ) {
+					if ( controller.getButtonState( 'trigger' ) ) {
 
 						if ( line.parent === null ) scene.add( line );