Renamed WorldRegion to MapRegion.

This commit is contained in:
David Williams
2009-04-21 22:05:31 +00:00
parent 498db68b59
commit 76fa702ea7

View File

@ -204,7 +204,7 @@ namespace PolyVox
uint32_t time = m_uCurrentTime++; uint32_t time = m_uCurrentTime++;
//Watch out for wraparound. Hopefully this will never happen //Watch out for wraparound. Hopefully this will never happen
//as we have a pretty by counter, but it's best to be sure... //as we have a pretty big counter, but it's best to be sure...
assert(time < m_uCurrentTime); assert(time < m_uCurrentTime);
if(time >= m_uCurrentTime) if(time >= m_uCurrentTime)
{ {