Removed unneeded variable.

This commit is contained in:
David Williams
2015-04-04 09:42:46 +02:00
parent 0d36c416f2
commit 77db90ac30
2 changed files with 1 additions and 7 deletions

View File

@ -243,7 +243,6 @@ namespace PolyVox
private:
//Other current position information
VoxelType* mCurrentVoxel;
VoxelType* m_CurrentChunkData;
uint16_t m_uXPosInChunk;
uint16_t m_uYPosInChunk;