Merge branch 'develop' into feature/cubiquity-version

This commit is contained in:
Daviw Williams
2013-05-24 16:52:04 +02:00
5 changed files with 24 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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