Removed default value from constructor.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user