Browse Source

Fixed vive paint trigger.

Mr.doob 9 years ago
parent
commit
5f74c54682
1 changed files with 1 additions and 1 deletions
  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 );