Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Jan 18, 2019
1 parent d08cea2 commit 597c52e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/java/io/github/cadiboo/nocubes/client/ClientUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,15 @@ public static float getMaxV(final TextureAtlasSprite sprite) {
{-1, +0, +0},
{+0, +0, +1},
{+0, +0, -1},
// // check 8 corner neighbours
// {+1, +1, +1},
// {+1, +1, -1},
// {-1, +1, +1},
// {-1, +1, -1},
// {+1, -1, +1},
// {+1, -1, -1},
// {-1, -1, +1},
// {-1, -1, -1},
// check 8 corner neighbours
{+1, +1, +1},
{+1, +1, -1},
{-1, +1, +1},
{-1, +1, -1},
{+1, -1, +1},
{+1, -1, -1},
{-1, -1, +1},
{-1, -1, -1},
// // check 6 immediate neighbours
// {0, -1, 0},
// {0, +1, 0},
Expand Down

0 comments on commit 597c52e

Please sign in to comment.