mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
rollback change to MaterialEntityItem, we'll fix later
This commit is contained in:
parent
75508385cf
commit
b48e9495a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue