Browse Source

Trade: something got f'ed up in 9d0c6b44de.

Vladimír Vondruš 13 years ago
parent
commit
c29cc0f8db
  1. 4
      src/Trade/PhongMaterialData.h

4
src/Trade/PhongMaterialData.h

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

Loading…
Cancel
Save