Explorar o código

explicitly use 'event' in onPointerUp (#24708)

Lukas Schmid %!s(int64=3) %!d(string=hai) anos
pai
achega
56fb2f7177
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;

粤ICP备19079148号