Skip to content
Snippets Groups Projects
Commit 051f4c2c authored by Chris Beer's avatar Chris Beer
Browse files

Default to LTR behavior

parent c50169de
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ export default class CanvasWorld {
case 'right-to-left': return [-1, 0];
case 'top-to-bottom': return [0, 1];
case 'bottom-to-top': return [0, -1];
default: return [0, 1];
default: return [1, 0];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment