Removed accidental testing commit.
This commit is contained in:
parent
1bfdbbf531
commit
29e656145e
@ -56,7 +56,7 @@ namespace PolyVox
|
|||||||
bool operator()(const SimpleVolume<uint8_t>::Sampler& sampler)
|
bool operator()(const SimpleVolume<uint8_t>::Sampler& sampler)
|
||||||
{
|
{
|
||||||
uint8_t sample = sampler.getVoxel();
|
uint8_t sample = sampler.getVoxel();
|
||||||
bool func = (*(mIsVoxelTransparentCallback))(sample);
|
bool func = mIsVoxelTransparentCallback(sample);
|
||||||
return func;
|
return func;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user