remove useless cases

This commit is contained in:
Sen 2025-07-20 00:31:36 +02:00
parent f97d952e7f
commit c31c040fd2
Signed by: sen
GPG key ID: 3AC50A6F47D1B722

View file

@ -122,10 +122,6 @@ public enum ModelRotation
return flip ? X180_Y180 : X0_Y180;
case EAST:
return flip ? X180_Y0 : X0_Y0;
case DOWN:
return X270_Y0;
case UP:
return X90_Y0;
}
}
}