瀏覽代碼

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;