Removed isShared variable from block class. using shared_ptr reference counting instead.
This commit is contained in:
		| @@ -34,7 +34,6 @@ namespace PolyVox | ||||
| 	{ | ||||
| 	public: | ||||
| 		POLYVOX_SHARED_PTR< BlockData<VoxelType> > m_pBlockData; | ||||
| 		bool m_bIsShared; | ||||
| 		bool m_bIsPotentiallySharable; | ||||
| 	}; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user