Skip to content
Snippets Groups Projects
Commit 79ad0da3 authored by FurWaz's avatar FurWaz
Browse files

Woops, better if we turn the correct way

parent b601af9d
Branches
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ public class ZoneView extends AppCompatActivity {
return getResources().getString(stringID);
}
// return the left orientation from the current one
protected Orientation getLeft(Orientation o) {
// return the right orientation from the current one
protected Orientation getRight(Orientation o) {
switch (orient) {
case EST: return Orientation.SOUTH;
case NORTH: return Orientation.EST;
......@@ -69,8 +69,8 @@ public class ZoneView extends AppCompatActivity {
return Orientation.NORTH;
}
// return the right orientation from the current one
protected Orientation getRight(Orientation o) {
// return the left orientation from the current one
protected Orientation getLeft(Orientation o) {
switch (orient) {
case EST: return Orientation.NORTH;
case NORTH: return Orientation.WEST;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment