mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Fixed bug when selecting the same 90 deg rotation twice causes crosshair to move
This commit is contained in:
@@ -13,4 +13,6 @@ public enum ImageRotationMode {
|
||||
ImageRotationMode(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public boolean isRotated(){return this.value==DEG_90.value||this.value==DEG_270.value;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user