mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
More debug
This commit is contained in:
parent
3348d46b5a
commit
0dbabe629a
@ -78,6 +78,13 @@ public abstract class EngineAssignedWorldManager extends EngineAssignedComponent
|
|||||||
Position2 pr = null;
|
Position2 pr = null;
|
||||||
double d = Double.MAX_VALUE;
|
double d = Double.MAX_VALUE;
|
||||||
|
|
||||||
|
Iris.debug("Ps: " + p.size());
|
||||||
|
|
||||||
|
for(Position2 i : p)
|
||||||
|
{
|
||||||
|
Iris.debug("- " + i.getX() + " " + i.getZ());
|
||||||
|
}
|
||||||
|
|
||||||
for (Position2 i : p) {
|
for (Position2 i : p) {
|
||||||
double dx = i.distance(px);
|
double dx = i.distance(px);
|
||||||
if (dx < d) {
|
if (dx < d) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user