Ignore rotation issues

This commit is contained in:
Daniel Mills 2021-07-07 03:22:22 -04:00
parent 083f1be766
commit 7e285969a7

View File

@ -344,10 +344,9 @@ public class IrisObjectRotation
}
}
catch(Throwable e)
catch(Throwable throwable)
{
Iris.error("Rotation Failure");
e.printStackTrace();
}
return d;