From a88843354c8bc68e3b3ab5805741ff575185066d Mon Sep 17 00:00:00 2001 From: pelya Date: Wed, 18 Aug 2010 15:02:45 +0300 Subject: [PATCH] Fixed compilation error --- project/src/Video.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); } }