From bbdee0db25a35e6093e545f1721f7c528eef6810 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 27 Nov 2012 23:54:11 +0100 Subject: [PATCH] Changed default wrap mode. --- library/PolyVoxCore/include/PolyVoxCore/BaseVolumeSampler.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/BaseVolumeSampler.inl b/library/PolyVoxCore/include/PolyVoxCore/BaseVolumeSampler.inl index e6d01ba2..27275507 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/BaseVolumeSampler.inl +++ b/library/PolyVoxCore/include/PolyVoxCore/BaseVolumeSampler.inl @@ -30,7 +30,7 @@ namespace PolyVox ,mXPosInVolume(0) ,mYPosInVolume(0) ,mZPosInVolume(0) - ,m_eWrapMode(WrapModes::Clamp/*CHANGE*/) //FIXME - Default to border as it's faster? + ,m_eWrapMode(WrapModes::Border) ,m_tBorder(0) { }