diff --git a/include/SMaterial.h b/include/SMaterial.h index 55be84ab..43dadb6e 100644 --- a/include/SMaterial.h +++ b/include/SMaterial.h @@ -301,16 +301,6 @@ namespace video FogEnable(false), NormalizeNormals(false), UseMipMaps(true) { } - //! Copy constructor - /** \param other Material to copy from. */ - SMaterial(const SMaterial& other) - { - // These pointers are checked during assignment - for (u32 i=0; i& operator=(const CMatrix4 &other) = default; + //! Sets all elements of this matrix to the value. inline CMatrix4& operator=(const T& scalar);