Removed accidental testing commit.

This commit is contained in:
unknown 2012-11-05 10:35:32 +01:00
parent 1bfdbbf531
commit 29e656145e

View File

@ -56,7 +56,7 @@ namespace PolyVox
bool operator()(const SimpleVolume<uint8_t>::Sampler& sampler)
{
uint8_t sample = sampler.getVoxel();
bool func = (*(mIsVoxelTransparentCallback))(sample);
bool func = mIsVoxelTransparentCallback(sample);
return func;
}