Fix worldToMiniMap for locations outside of range - fixes #1385

This commit is contained in:
Marcus Ramse
2018-04-12 20:46:12 +02:00
parent bd3526154f
commit ceddd0b199

View File

@@ -221,7 +221,7 @@ public class Perspective
return new Point(x, y); return new Point(x, y);
} }
return new Point(-1, -1); return null;
} }
/** /**