Renamed Block to BlockData. Introduced new Block class which can be shared.
This commit is contained in:
@ -70,7 +70,7 @@ namespace PolyVox
|
||||
|
||||
//It's not what the block class was designed for, but it
|
||||
//provides a handy way of storing a 3D grid of values.
|
||||
Block<int32>* volRegionLastModified;
|
||||
BlockData<int32>* volRegionLastModified;
|
||||
|
||||
static int32 m_iCurrentTime;
|
||||
};
|
||||
|
Reference in New Issue
Block a user