remove useless cases
This commit is contained in:
parent
f97d952e7f
commit
c31c040fd2
1 changed files with 0 additions and 4 deletions
|
@ -122,10 +122,6 @@ public enum ModelRotation
|
||||||
return flip ? X180_Y180 : X0_Y180;
|
return flip ? X180_Y180 : X0_Y180;
|
||||||
case EAST:
|
case EAST:
|
||||||
return flip ? X180_Y0 : X0_Y0;
|
return flip ? X180_Y0 : X0_Y0;
|
||||||
case DOWN:
|
|
||||||
return X270_Y0;
|
|
||||||
case UP:
|
|
||||||
return X90_Y0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue