Преглед изворни кода

explicitly use 'event' in onPointerUp (#24708)

Lukas Schmid пре 2 година
родитељ
комит
56fb2f7177
1 измењених фајлова са 1 додато и 1 уклоњено
  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;