mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +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);
|
||||
void sendUpdate(OctreeEditPacketSender* packetSender, uint32_t step);
|
||||
|
||||
void setShouldClaimSimulationOwnership(bool value) { }
|
||||
void setShouldClaimSimulationOwnership(bool value) { _shouldClaimSimulationOwnership = value; }
|
||||
bool getShouldClaimSimulationOwnership() { return false; }
|
||||
|
||||
virtual uint32_t getIncomingDirtyFlags() const;
|
||||
|
|
Loading…
Reference in a new issue