From Chris Denham, added missing ccopy of polyOffset in copy constructor

This commit is contained in:
Robert Osfield
2008-09-18 13:09:21 +00:00
parent 40723ca8ac
commit 9cca510d6c

View File

@@ -94,7 +94,8 @@ ShadowTechnique(copy,copyop),
_baseTextureUnit(copy._baseTextureUnit),
_shadowTextureUnit(copy._shadowTextureUnit),
_ambientBias(copy._ambientBias),
_textureSize(copy._textureSize)
_textureSize(copy._textureSize),
_polyOffset(copy._polyOffset)
{
}