mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 00:36:34 +02:00
implement setShouldClaimSimulationOwnership()
This commit is contained in:
parent
813d702fc5
commit
8523a96e2b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public:
|
||||||
bool shouldSendUpdate(uint32_t simulationFrame);
|
bool shouldSendUpdate(uint32_t simulationFrame);
|
||||||
void sendUpdate(OctreeEditPacketSender* packetSender, uint32_t step);
|
void sendUpdate(OctreeEditPacketSender* packetSender, uint32_t step);
|
||||||
|
|
||||||
void setShouldClaimSimulationOwnership(bool value) { }
|
void setShouldClaimSimulationOwnership(bool value) { _shouldClaimSimulationOwnership = value; }
|
||||||
bool getShouldClaimSimulationOwnership() { return false; }
|
bool getShouldClaimSimulationOwnership() { return false; }
|
||||||
|
|
||||||
virtual uint32_t getIncomingDirtyFlags() const;
|
virtual uint32_t getIncomingDirtyFlags() const;
|
||||||
|
|
Loading…
Reference in a new issue