Fixing warnings - Removed m_v3dRegionOffset from SurfaceExtractor as it was causing unnecessary floating point conversions.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user