Browse Source

explicitly use 'event' in onPointerUp (#24708)

Lukas Schmid 2 years ago
parent
commit
56fb2f7177
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_geometry_spline_editor.html

+ 1 - 1
examples/webgl_geometry_spline_editor.html

@@ -363,7 +363,7 @@
 
 			}
 
-			function onPointerUp() {
+			function onPointerUp( event ) {
 
 				onUpPosition.x = event.clientX;
 				onUpPosition.y = event.clientY;