Skip to content

Commit f47ab8b

Browse files
author
theom
committed
Rotate the down arrow correctly in the edge navigator.
1 parent 6c4bdef commit f47ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allteria/static/js/edge_navigator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ allteria.edge_navigator = function edge_navigator(world, camera)
7171
this.bottom.direction = "bottom";
7272
this.add(this.bottom);
7373
this.down_arrow = arrow.clone();
74-
this.down_arrow.rotateZ(Math.PI/2);
74+
this.down_arrow.rotateZ(Math.PI*3/2);
7575
this.add(this.down_arrow);
7676
this.show_bottom(false);
7777

0 commit comments

Comments
 (0)