mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:18:06 +02:00
sync
This commit is contained in:
parent
e7c6ee597a
commit
2a8fbeca32
1 changed files with 6 additions and 1 deletions
|
@ -67,7 +67,12 @@ public:
|
|||
quint8 getAccelerationNearlyGravityCount() { return _accelerationNearlyGravityCount; }
|
||||
|
||||
virtual EntityItem* getEntity() const { return _entity; }
|
||||
virtual void setShouldClaimSimulationOwnership(bool value) { _shouldClaimSimulationOwnership = value; }
|
||||
virtual void setShouldClaimSimulationOwnership(bool value) {
|
||||
if (value) {
|
||||
qDebug() << "setShouldClaimSimulationOwnership to TRUE";
|
||||
}
|
||||
_shouldClaimSimulationOwnership = value;
|
||||
}
|
||||
virtual bool getShouldClaimSimulationOwnership() { return _shouldClaimSimulationOwnership; }
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue