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) {