|
@@ -14,7 +14,6 @@ namespace oxygine
|
|
|
_compare = (compare)f;\
|
|
_compare = (compare)f;\
|
|
|
init();\
|
|
init();\
|
|
|
}\
|
|
}\
|
|
|
- void copyFrom(const Material &r) override {*this = (cl&)r;}\
|
|
|
|
|
void copyTo(cl &d) const{d = *this;}\
|
|
void copyTo(cl &d) const{d = *this;}\
|
|
|
cl* clone() const override {return new cl(*this);}\
|
|
cl* clone() const override {return new cl(*this);}\
|
|
|
void update(size_t &hash, compare &cm) const override {\
|
|
void update(size_t &hash, compare &cm) const override {\
|
|
@@ -52,7 +51,6 @@ namespace oxygine
|
|
|
virtual void xflush() {}
|
|
virtual void xflush() {}
|
|
|
|
|
|
|
|
virtual Material* clone() const = 0;
|
|
virtual Material* clone() const = 0;
|
|
|
- virtual void copyFrom(const Material& r) = 0;
|
|
|
|
|
virtual void update(size_t& hash, compare&) const = 0;
|
|
virtual void update(size_t& hash, compare&) const = 0;
|
|
|
virtual void rehash(size_t& hash) const = 0;
|
|
virtual void rehash(size_t& hash) const = 0;
|
|
|
|
|
|