mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
rollback change to MaterialEntityItem, we'll fix later
This commit is contained in:
parent
353afb47b3
commit
9c84f05275
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public:
|
||||||
ALLOW_INSTANTIATION // This class can be instantiated
|
ALLOW_INSTANTIATION // This class can be instantiated
|
||||||
|
|
||||||
void update(const quint64& now) override;
|
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
|
// methods for getting/setting all properties of an entity
|
||||||
virtual EntityItemProperties getProperties(EntityPropertyFlags desiredProperties = EntityPropertyFlags()) const override;
|
virtual EntityItemProperties getProperties(EntityPropertyFlags desiredProperties = EntityPropertyFlags()) const override;
|
||||||
|
|
Loading…
Reference in a new issue