Bad last minute ordering.

This commit is contained in:
asofold 2013-07-15 02:21:20 +02:00
parent 268c51b729
commit 489c60f07f

View File

@ -55,9 +55,9 @@ public class Passable extends Check {
toPassable = false; toPassable = false;
tags = "raytracing_"; tags = "raytracing_";
} }
// TODO: Future: If accuracy is demanded, also check the head position (or bounding box right away).
rayTracing.cleanup();
} }
// TODO: Future: If accuracy is demanded, also check the head position (or bounding box right away).
rayTracing.cleanup();
} }
// TODO: Checking order: If loc is not the same as from, a quick return here might not be wanted. // TODO: Checking order: If loc is not the same as from, a quick return here might not be wanted.