diff --git a/project/src/Video.java b/project/src/Video.java index 17163882c..9d5c693bb 100644 --- a/project/src/Video.java +++ b/project/src/Video.java @@ -50,7 +50,7 @@ import android.os.Build; action = 2; if ( action >= 0 ) DemoGLSurfaceView.nativeMouse( (int)event.getX(), (int)event.getY(), action, 0, - (int)(event.getPressure() * 1000.0, + (int)(event.getPressure() * 1000.0), (int)(event.getSize() * 1000.0) ); } }