implement setShouldClaimSimulationOwnership()

This commit is contained in:
Andrew Meadows 2015-05-05 15:34:26 -07:00
parent 813d702fc5
commit 8523a96e2b

View file

@ -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;