9d0c6b44de
@ -139,8 +139,8 @@ class MAGNUM_EXPORT PhongMaterialData: public AbstractMaterialData {
Source() {}
public:
Vector3& color() { return color; }
Vector3& color() { return _color; }
UnsignedInt& texture() { return texture; }
UnsignedInt& texture() { return _texture; }
private:
Vector3 _color;