rollback change to MaterialEntityItem, we'll fix later

This commit is contained in:
Andrew Meadows 2018-04-06 17:32:57 -07:00
parent 75508385cf
commit b48e9495a5

View file

@ -26,7 +26,7 @@ public:
ALLOW_INSTANTIATION // This class can be instantiated
void update(const quint64& now) override;
bool needsToCallUpdate() const override { return _retryApply; }
bool needsToCallUpdate() const override { return true; }
// methods for getting/setting all properties of an entity
virtual EntityItemProperties getProperties(EntityPropertyFlags desiredProperties = EntityPropertyFlags()) const override;