Merge branch 'marmot' into builder

This commit is contained in:
SpaceToad 2014-01-12 18:23:46 +01:00
commit db943bff47

View file

@ -97,6 +97,7 @@ public class Utils {
* FIXME This is only kept here for the purpose of get3dOrientation, which
* should probably be removed following the same principles
*/
@Deprecated
private static ForgeDirection get2dOrientation(Position pos1, Position pos2) {
double Dx = pos1.x - pos2.x;
double Dz = pos1.z - pos2.z;