- Joined
- Aug 23, 2015
- Messages
- 1,970
- Thread Author
- #1
In the InteractableRectangle class, it says
InteractableRectangle(int x, int y, int width, int height)
IntelliJ is telling me these are all doubles, not ints.
An interesting note is that they are listed as Ints under the official java8 rectangle class, and always print out as whole numbers when you print the interactable rectangle.
InteractableRectangle(int x, int y, int width, int height)
IntelliJ is telling me these are all doubles, not ints.
An interesting note is that they are listed as Ints under the official java8 rectangle class, and always print out as whole numbers when you print the interactable rectangle.