Fixed compilation error

This commit is contained in:
pelya
2010-08-18 15:02:45 +03:00
parent 2c78d2a0ff
commit a88843354c

View File

@@ -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) );
}
}