diff options
author | wiseoldman95 <wiseoldman95@users.noreply.github.com> | 2014-04-08 16:59:42 +0200 |
---|---|---|
committer | wiseoldman95 <wiseoldman95@users.noreply.github.com> | 2014-04-08 16:59:42 +0200 |
commit | 6a0c122dfb25958eb961d6b421355e599b517a4b (patch) | |
tree | 4cbd1294650e996b1668f663428059cb8c221a57 | |
parent | Comments: Inverted Z axis. (diff) | |
download | cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.tar cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.tar.gz cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.tar.bz2 cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.tar.lz cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.tar.xz cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.tar.zst cuberite-6a0c122dfb25958eb961d6b421355e599b517a4b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator.cpp b/src/Simulator/IncrementalRedstoneSimulator.cpp index 478bbed7e..f3482dcc5 100644 --- a/src/Simulator/IncrementalRedstoneSimulator.cpp +++ b/src/Simulator/IncrementalRedstoneSimulator.cpp @@ -25,11 +25,11 @@ East (Right) (X+): 0x1 West (Left) (X-): 0x3 - North (Up) (z-): 0x2 - South (Down) (z+): 0x0 + North (Up) (Z-): 0x2 + South (Down) (Z+): 0x0 //TODO: Define those in preprocessor and replace them everywhere in the entire project. - Sun rises from right (X+) + Sun rises from East (X+) */ |