- Joined
- Nov 3, 2013
- Messages
- 609
- Thread Author
- #1
@Arbiter @Cloud
This is a very strange exception I"m getting:
which corresponds to this line:
So either somehow java is switching that in method call to the double one, or the exception message is incorrect.
This is a very strange exception I"m getting:
Code:
java.lang.IllegalArgumentException: Pitch must be a value between 0 and 1
Code:
Camera.concurrentlyTurnTo((int)(Camera.getYaw() + Random.nextInt(0, 360)) % 360);
So either somehow java is switching that in method call to the double one, or the exception message is incorrect.