Skip to content

Commit

Permalink
Removed duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercidium committed Apr 8, 2020
1 parent ad4215a commit 864af31
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions source/Chunk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@ void CreateRun(ref Block b, int i, int j, int k, int i1, int k1, int y, int acce
int jS = j << 6;
int jS1 = j1 << 6;

// Left (X-)
int textureHealth16 = BlockVertex.indexToTextureShifted[b.index] | ((b.health / 16) << 23);
int length;
int accessIncremented = access + 1;
int chunkAccess;
int j1 = j + 1;
int jS = j << 6;
int jS1 = j1 << 6;

// Left (X-)
if (!chunkHelper.visitXN[access] && DrawFaceXN(j, access, minX, kCS2))
{
Expand Down

0 comments on commit 864af31

Please sign in to comment.