Added caching of variable.

This commit is contained in:
David Williams
2015-04-04 09:49:12 +02:00
parent 77db90ac30
commit dec06bcfe4
2 changed files with 5 additions and 3 deletions

View File

@ -247,6 +247,7 @@ namespace PolyVox
uint16_t m_uXPosInChunk;
uint16_t m_uYPosInChunk;
uint16_t m_uZPosInChunk;
uint16_t m_uChunkSideLengthMinusOne;
};
#endif