Renamed some constants.

This commit is contained in:
David Williams
2008-02-11 20:16:08 +00:00
parent cc4902b4d7
commit d8dacdadc3
10 changed files with 237 additions and 242 deletions

View File

@ -54,7 +54,7 @@ namespace PolyVox
void tidy(void);
private:
Block* mBlocks[OGRE_NO_OF_BLOCKS_IN_VOLUME];
Block* mBlocks[POLYVOX_NO_OF_BLOCKS_IN_VOLUME];
};
}