Merge branch 'develop' into feature/bounds-checks

This commit is contained in:
Daviw Williams
2013-05-27 13:00:02 +02:00
7 changed files with 219 additions and 129 deletions

View File

@@ -201,7 +201,6 @@ namespace PolyVox
{
//Should never happen
POLYVOX_THROW(std::invalid_argument, "Wrap mode parameter has an unrecognised value.");
return VoxelType();
}
}
}