mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Ignore rotation issues
This commit is contained in:
@@ -344,10 +344,9 @@ public class IrisObjectRotation
|
||||
}
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
catch(Throwable throwable)
|
||||
{
|
||||
Iris.error("Rotation Failure");
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
|
||||
return d;
|
||||
|
||||
Reference in New Issue
Block a user