Removed default value from constructor.

This commit is contained in:
Robert Osfield
2002-07-29 11:02:14 +00:00
parent 067dc6cddf
commit 0fa1b4a2ff

View File

@@ -45,7 +45,7 @@ Texture::Texture():
}
Texture::Texture(const Texture& text,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
Texture::Texture(const Texture& text,const CopyOp& copyop):
StateAttribute(text,copyop),
_handleList(),
_modifiedTag(),