- Joined
- Jan 8, 2015
- Messages
- 2,769
- Thread Author
- #1
Code:
Path q4 = BresenhamPath.buildTo(locationClose);
if (q4 != null) {
ViewportPath.convert(q4).step();
}
Still tries to use the minimap, but halfway towards it (moving the mouse) it seems to remind itself it should use the screen instead of the minimap. It works, but not like it should.