mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-23 11:25:11 -06:00
rotation fix
This commit is contained in:
parent
54b894f6e6
commit
45d9af6778
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ public class RegionChunk {
|
|||
private static int NORTH_ROTATION = 0;
|
||||
private static int EAST_ROTATION = 1;
|
||||
private static int SOUTH_ROTATION = 2;
|
||||
private static int WEST_ROTATION = 2;
|
||||
private static int WEST_ROTATION = 3;
|
||||
private static int NUMBER_OF_CARDINAL_ROTATIONS = 4;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue