Przeglądaj źródła

explicitly use 'event' in onPointerUp (#24708)

Lukas Schmid 2 lat temu
rodzic
commit
56fb2f7177
1 zmienionych plików z 1 dodań i 1 usunięć
  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;