Fixing warnings - Removed m_v3dRegionOffset from SurfaceExtractor as it was causing unnecessary floating point conversions.

This commit is contained in:
David Williams
2009-06-06 14:51:30 +00:00
parent 53cacc9840
commit 9225c37b53
2 changed files with 23 additions and 29 deletions

View File

@ -104,9 +104,6 @@ namespace PolyVox
//The surface patch we are currently filling.
IndexedSurfacePatch* m_ispCurrent;
//Remove this?
Vector3DFloat m_v3dRegionOffset;
//Information about the region we a re currently processing
Region m_regInputCropped;
Region m_regInputUncropped;