Removed isShared variable from block class. using shared_ptr reference counting instead.

This commit is contained in:
David Williams
2009-04-09 22:12:02 +00:00
parent 3a9c42576c
commit 19ed8246ff
2 changed files with 8 additions and 12 deletions

View File

@ -34,7 +34,6 @@ namespace PolyVox
{
public:
POLYVOX_SHARED_PTR< BlockData<VoxelType> > m_pBlockData;
bool m_bIsShared;
bool m_bIsPotentiallySharable;
};
}