mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
remove unsused data member
This commit is contained in:
parent
328e2dc7f2
commit
2cf6e9007b
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ protected:
|
||||||
uint8_t _numInactiveUpdates { 1 };
|
uint8_t _numInactiveUpdates { 1 };
|
||||||
uint8_t _bidPriority { 0 };
|
uint8_t _bidPriority { 0 };
|
||||||
uint8_t _region { workload::Region::INVALID };
|
uint8_t _region { workload::Region::INVALID };
|
||||||
bool _serverVariablesSet { false };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_EntityMotionState_h
|
#endif // hifi_EntityMotionState_h
|
||||||
|
|
Loading…
Reference in a new issue