Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ex16_15.java:37: possible loss of precision
- found : long
- required: int
- position = (long)java.lang.Math.round((System.nanoTime() - start) / 1000000.0 * speed) % (long)getWidth();
- ^
- 1 error
Advertisement
Add Comment
Please, Sign In to add comment