From 76fa702ea70cc8f0f067677df6493627dacecb11 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 21 Apr 2009 22:05:31 +0000 Subject: [PATCH] Renamed WorldRegion to MapRegion. --- library/PolyVoxUtil/source/VolumeChangeTracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxUtil/source/VolumeChangeTracker.cpp b/library/PolyVoxUtil/source/VolumeChangeTracker.cpp index 10afc95c..824ddd37 100644 --- a/library/PolyVoxUtil/source/VolumeChangeTracker.cpp +++ b/library/PolyVoxUtil/source/VolumeChangeTracker.cpp @@ -204,7 +204,7 @@ namespace PolyVox uint32_t time = m_uCurrentTime++; //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); if(time >= m_uCurrentTime) {